diff --git a/.github/workflows/nwserver.yml b/.github/workflows/nwserver.yml index 1fb0597..9fc5d20 100644 --- a/.github/workflows/nwserver.yml +++ b/.github/workflows/nwserver.yml @@ -12,7 +12,7 @@ jobs: preview: ${{ steps.version.outputs.preview }} json: ${{ steps.version.outputs.json }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: version id: version uses: ./.github/actions/version/ @@ -35,7 +35,7 @@ jobs: env: SEMVER: ${{ needs.versioning.outputs.preview }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: should_semver run: | SHOULD_SEMVER=false @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest needs: [ build, versioning ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Create or Update README.md env: STABLE: ${{ needs.versioning.outputs.stable }} @@ -152,7 +152,7 @@ jobs: rm -f version.json echo '${{ needs.versioning.outputs.json }}' | jq . > version.json - name: Commit updated Files - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: add: '["README.md", "version.json"]' message: "Update README.md"