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 9b7a74b commit 085aeb1Copy full SHA for 085aeb1
.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
21
with:
22
python-version: 3.11.2
23
@@ -57,7 +57,7 @@ jobs:
57
steps:
58
59
60
- - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
61
62
python-version: ${{ matrix.python-version }}
63
0 commit comments