We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30afa97 commit c0034abCopy full SHA for c0034ab
.github/workflows/ci-vint.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-22.04
12
13
steps:
14
- - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
15
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
16
with:
17
python-version: 3.7
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18
19
- name: Verify all exercises
20
run: bin/verify-exercises
0 commit comments