Skip to content

Commit 2e12dbb

Browse files
chore(deps): update actions/checkout action to v5
1 parent 03e2e9d commit 2e12dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# === SETUP PHASE ===
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
submodules: recursive
3131

@@ -48,7 +48,7 @@ jobs:
4848
cache-dependency-path: 'package-lock.json'
4949

5050
- name: Repository lampy
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252
with:
5353
submodules: recursive
5454
repository: koromerzhin/lampy

0 commit comments

Comments
 (0)