Skip to content

Commit 45e93f2

Browse files
[skip ci] Update some github actions in release due to deprecated node version in Github Actions
1 parent 1c8f6dd commit 45e93f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: update docs version
3838
run: .github/fix-docs-version.sh ${{ inputs.version }}
3939
- name: commit release version
40-
uses: stefanzweifel/git-auto-commit-action@v4
40+
uses: stefanzweifel/git-auto-commit-action@v5
4141
with:
4242
commit_message: '[skip ci] Set release version'
4343
branch: master
@@ -76,7 +76,7 @@ jobs:
7676
- name: update to next SNAPSHOT version
7777
run: mvn --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ env.SNAPSHOT_VERSION }}
7878
- name: commit SNAPSHOT version
79-
uses: stefanzweifel/git-auto-commit-action@v4
79+
uses: stefanzweifel/git-auto-commit-action@v5
8080
with:
8181
commit_message: '[skip ci] Set SNAPSHOT version'
8282
branch: master
@@ -85,7 +85,7 @@ jobs:
8585
run: .github/vuepress-deploy.sh
8686
env:
8787
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88-
- uses: actions/checkout@v3
88+
- uses: actions/checkout@v4
8989
with:
9090
repository: abstracta/jmeter-java-dsl-sample
9191
path: jmeter-java-dsl-sample

0 commit comments

Comments
 (0)