Skip to content

Commit f2bc1f7

Browse files
committed
Try bumping checkout
1 parent 20f5fa9 commit f2bc1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: self-hosted
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: verify-default-nix.sh
1616
if: "!contains(github.event.head_commit.message, 'noci')"
@@ -42,7 +42,7 @@ jobs:
4242
- spellchecker
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
with:
4747
submodules: recursive
4848

0 commit comments

Comments
 (0)