Skip to content

Commit d2febf5

Browse files
chore(deps): update actions/checkout action to v5 (#170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 215076e commit d2febf5

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
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# === SETUP PHASE ===
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
submodules: recursive
2323

@@ -40,7 +40,7 @@ jobs:
4040
cache-dependency-path: 'package-lock.json'
4141

4242
- name: Repository lampy
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
submodules: recursive
4646
repository: koromerzhin/lampy

0 commit comments

Comments
 (0)