We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b895b commit 97652f3Copy full SHA for 97652f3
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
steps:
17
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
20
- name: Install dependencies
21
run: |
0 commit comments