Skip to content

Commit 5972a49

Browse files
authored
Move to newer action (#4)
Resolution for #3
1 parent 04a2a74 commit 5972a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v2
1111
- name: Install dependencies
1212
run: |
1313
sudo apt-get update

0 commit comments

Comments
 (0)