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.
2 parents e0aa69c + 5117958 commit 89c3fc9Copy full SHA for 89c3fc9
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
os: [ ubuntu-latest, macos-latest ]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
- name: Install packages
16
if: ${{ matrix.os == 'ubuntu-latest' }}
17
run: |
0 commit comments