From 0015878b4fcc6a91431ebf4e3c2ab770fe110f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:54:08 +0000 Subject: [PATCH] Bump javiertuya/branch-snapshots-action from 1.2.2 to 1.2.3 Bumps [javiertuya/branch-snapshots-action](https://github.com/javiertuya/branch-snapshots-action) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/javiertuya/branch-snapshots-action/releases) - [Commits](https://github.com/javiertuya/branch-snapshots-action/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: javiertuya/branch-snapshots-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3dd214d..bb2a666 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ jobs: contents: read packages: write steps: - - uses: javiertuya/branch-snapshots-action@v1.2.2 + - uses: javiertuya/branch-snapshots-action@v1.2.3 with: token: ${{ secrets.GITHUB_TOKEN }} java-version: '8'