Skip to content

Commit 1762f19

Browse files
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 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `EndBug/add-and-commit` from 9 to 10 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](EndBug/add-and-commit@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] <support@github.com>
1 parent f2906f9 commit 1762f19

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nwserver.yml

Lines changed: 4 additions & 4 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@v6
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@v6
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@v6
7373
- name: Create or Update README.md
7474
env:
7575
STABLE: ${{ needs.versioning.outputs.stable }}
@@ -152,7 +152,7 @@ jobs:
152152
rm -f version.json
153153
echo '${{ needs.versioning.outputs.json }}' | jq . > version.json
154154
- name: Commit updated Files
155-
uses: EndBug/add-and-commit@v9
155+
uses: EndBug/add-and-commit@v10
156156
with:
157157
add: '["README.md", "version.json"]'
158158
message: "Update README.md"

0 commit comments

Comments
 (0)