Skip to content

Commit 4aa661e

Browse files
Update actions/checkout action to v3 (#11)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 162755e commit 4aa661e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test-macos-1015:
1010
runs-on: macos-10.15
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Install dependencies
1414
run: |
1515
python3 --version

0 commit comments

Comments
 (0)