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 315be32 + 7dacdb6 commit c1dfbd4Copy full SHA for c1dfbd4
.github/workflows/test-matrix.yml
@@ -26,7 +26,7 @@ jobs:
26
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
27
name: ${{ matrix.config[1] }}
28
steps:
29
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v6.0.0
30
with:
31
persist-credentials: false
32
- name: Set up Python
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ${{ matrix.config[2] }}
37
38
39
- - uses: actions/checkout@v5.0.0
40
41
uses: actions/[email protected]
42
0 commit comments