From 30304e5c8e864935122ff95d296a47e71c0eef9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:22:40 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [EndBug/add-and-commit](https://github.com/endbug/add-and-commit). Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v7) Updates `EndBug/add-and-commit` from 9 to 10 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/nwserver.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"