From f7dca276e70f91918d7869bbcf422e935f5a1805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:23:40 +0000 Subject: [PATCH] Bump javiertuya/branch-snapshots-action from 1.2.1 to 1.2.2 Bumps [javiertuya/branch-snapshots-action](https://github.com/javiertuya/branch-snapshots-action) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/javiertuya/branch-snapshots-action/releases) - [Commits](https://github.com/javiertuya/branch-snapshots-action/compare/v1.2.1...v1.2.2) --- 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 440bfe2..8606ad6 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.1 + - uses: javiertuya/branch-snapshots-action@v1.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} java-version: '8'