Skip to content

Commit 7dfbff0

Browse files
Update actions/checkout action to v4
1 parent 3f682c9 commit 7dfbff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3.0.0
11+
uses: actions/checkout@v4.2.0
1212
- name: Run ShellCheck
1313
uses: ludeeus/action-shellcheck@1.1.0

0 commit comments

Comments
 (0)