Skip to content

Commit e3b63f2

Browse files
authored
Merge pull request #3 from MapleStoryUnity/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 2 to 5
2 parents 635e369 + 49374a5 commit e3b63f2

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)