From beb039698f924ac085b767b0f089098e8415a9b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 23:07:05 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/nwserver.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nwserver.yml b/.github/workflows/nwserver.yml index 1fb0597..f547e0b 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@v6 - 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@v6 - 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@v6 - name: Create or Update README.md env: STABLE: ${{ needs.versioning.outputs.stable }}