Skip to content

Commit efb83de

Browse files
authored
👷 ci: Use snapshot action for release (#1090)
1 parent 7584284 commit efb83de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ github.event.inputs.version == 'major' || github.event.inputs.version == 'minor' }}
6060
run: echo "NEXT_VERSION=$(semver next ${{ github.event.inputs.version }} $CURRENT_VERSION)" >> $GITHUB_ENV
6161
- name: run maven-lockfile (validate lockfile)
62-
uses: chains-project/maven-lockfile@bdabb56b82feb242cd543af007b333bd8276e44e # v5.3.5
62+
uses: chains-project/maven-lockfile@75842849615bd60080dd0a48f844d299509d4d8f # v5.3.6-SNAPSHOT
6363
with:
6464
github-token: ${{ secrets.GITHUB_TOKEN }}
6565
include-maven-plugins: true

0 commit comments

Comments
 (0)