We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc314b6 commit 4dc224cCopy full SHA for 4dc224c
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Check track configuration
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.1
+ - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
17
with:
18
# main is needed in addition to HEAD, because the README check only
19
# checks exercises changed since main. This fetches the entire repo's
@@ -71,7 +71,7 @@ jobs:
71
# https://github.com/actions/toolkit/issues/399
72
continue-on-error: ${{ matrix.resolver == 'nightly' }}
73
74
75
76
- name: Install yq (for stack resolvers)
77
run: |
0 commit comments