From 45e93f2683392a35f2a6439f9569ad806481286b Mon Sep 17 00:00:00 2001 From: Roger Abelenda Date: Wed, 13 Mar 2024 14:49:34 -0300 Subject: [PATCH] [skip ci] Update some github actions in release due to deprecated node version in Github Actions --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4119caf6..bb719b46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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