Skip to content

Commit 36a46db

Browse files
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](actions/checkout@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] <[email protected]>
1 parent f7e0a33 commit 36a46db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nwserver.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
preview: ${{ steps.version.outputs.preview }}
1313
json: ${{ steps.version.outputs.json }}
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: version
1717
id: version
1818
uses: ./.github/actions/version/
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
SEMVER: ${{ needs.versioning.outputs.preview }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- name: should_semver
4040
run: |
4141
SHOULD_SEMVER=false
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
needs: [ build, versioning ]
7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373
- name: Create or Update README.md
7474
env:
7575
STABLE: ${{ needs.versioning.outputs.stable }}

0 commit comments

Comments
 (0)