We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3726c commit 8a0bbaeCopy full SHA for 8a0bbae
1 file changed
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
python-version: ["3.8", "3.9", "3.10", "3.11"]
15
steps:
16
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
17
- name: Set up Python ${{ matrix.python-version }}
18
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
19
with:
@@ -33,7 +33,7 @@ jobs:
33
os: [ubuntu-latest]
34
35
36
37
38
39
0 commit comments