Skip to content

Commit 618a018

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 249aa02 commit 618a018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_sprites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkou️t
11-
uses: actions/checkout@v5.0.0
11+
uses: actions/checkout@v6.0.0
1212

1313
- name: Setup node
1414
uses: actions/setup-node@v5.0.0

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [20]
1717

1818
steps:
19-
- uses: actions/checkout@v5.0.0
19+
- uses: actions/checkout@v6.0.0
2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v5.0.0
2222
with:

0 commit comments

Comments
 (0)