From 561301412474d4f43728a112b6ad5b7bcdd7f529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:42:05 +0000 Subject: [PATCH] build(deps): bump DamianReeves/write-file-action from 1.2 to 1.3 Bumps [DamianReeves/write-file-action](https://github.com/damianreeves/write-file-action) from 1.2 to 1.3. - [Release notes](https://github.com/damianreeves/write-file-action/releases) - [Commits](https://github.com/damianreeves/write-file-action/compare/v1.2...v1.3) --- updated-dependencies: - dependency-name: DamianReeves/write-file-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/snap_usns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snap_usns.yml b/.github/workflows/snap_usns.yml index e60d2d217..64c5331a4 100644 --- a/.github/workflows/snap_usns.yml +++ b/.github/workflows/snap_usns.yml @@ -28,7 +28,7 @@ jobs: sudo snap install review-tools --edge - name: Set up Launchpad credentials - uses: DamianReeves/write-file-action@v1.2 + uses: DamianReeves/write-file-action@v1.3 with: path: lp_credentials contents: ${{ secrets.LAUNCHPAD_CREDENTIALS }}