Skip to content

Commit 0e6dcbb

Browse files
authored
Merge pull request #25 from OpenSauce/patch-1
Update actions/checkout to v4
2 parents 8ed868a + e17e687 commit 0e6dcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: "ubuntu-22.04"
1717

1818
steps:
19-
- uses: "actions/checkout@v2"
19+
- uses: "actions/checkout@v4"
2020

2121
- name: "Install CI dependencies"
2222
run: |

0 commit comments

Comments
 (0)