Skip to content

Commit 69242c0

Browse files
authored
Use preferred v3 checkout Action
1 parent 1114367 commit 69242c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
brew install moreutils gawk
2525
if: matrix.os == 'macos-latest'
2626
- name: Get Sources
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
- name: Test
2929
run: |
3030
export PATH="$PATH:/snap/bin"

0 commit comments

Comments
 (0)