Skip to content

Commit 49374a5

Browse files
Bump actions/checkout from 2 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 635e369 commit 49374a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Test all modes ✨
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v5
3838
with:
3939
lfs: true
4040
- uses: actions/cache@v1.1.0
@@ -79,7 +79,7 @@ jobs:
7979
#- Stadia
8080
#- CloudRendering
8181
steps:
82-
- uses: actions/checkout@v2
82+
- uses: actions/checkout@v5
8383
with:
8484
lfs: true
8585

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
targetPlatform:
4545
- StandaloneWindows64
4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v5
4848
with:
4949
lfs: true
5050

0 commit comments

Comments
 (0)