We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9478f38 commit 82f2e42Copy full SHA for 82f2e42
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v2
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
- name: Setup Python ${{ matrix.python-version }}
25
uses: actions/setup-python@v2
26
with:
0 commit comments