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.
1 parent 82e77ce commit 550d1abCopy full SHA for 550d1ab
.github/workflows/ci-workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18
19
- name: Set up Python
20
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
21
with:
22
python-version: 3.11.2
23
@@ -57,7 +57,7 @@ jobs:
57
steps:
58
59
60
- - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
+ - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
61
62
python-version: ${{ matrix.python-version }}
63
0 commit comments