Skip to content

Commit

Permalink
[skip ci] Update some github actions in release due to deprecated nod…
Browse files Browse the repository at this point in the history
…e version in Github Actions
  • Loading branch information
rabelenda-abstracta committed Mar 13, 2024
1 parent 1c8f6dd commit 45e93f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: update docs version
run: .github/fix-docs-version.sh ${{ inputs.version }}
- name: commit release version
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: '[skip ci] Set release version'
branch: master
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: update to next SNAPSHOT version
run: mvn --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ env.SNAPSHOT_VERSION }}
- name: commit SNAPSHOT version
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: '[skip ci] Set SNAPSHOT version'
branch: master
Expand All @@ -85,7 +85,7 @@ jobs:
run: .github/vuepress-deploy.sh
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: abstracta/jmeter-java-dsl-sample
path: jmeter-java-dsl-sample
Expand Down

0 comments on commit 45e93f2

Please sign in to comment.