Skip to content

Commit f0627f7

Browse files
authored
Merge pull request #19 from MapleStoryUnity/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 271d0fa + cd20ca7 commit f0627f7

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@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
lfs: true
4040
- uses: actions/[email protected]
@@ -79,7 +79,7 @@ jobs:
7979
#- Stadia
8080
#- CloudRendering
8181
steps:
82-
- uses: actions/checkout@v5
82+
- uses: actions/checkout@v6
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@v5
47+
- uses: actions/checkout@v6
4848
with:
4949
lfs: true
5050

0 commit comments

Comments
 (0)