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 cb75332 commit a706592Copy full SHA for a706592
.github/workflows/ci-workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18
19
- name: Set up Python
20
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
+ uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
21
with:
22
python-version: 3.11.2
23
@@ -57,7 +57,7 @@ jobs:
57
steps:
58
59
60
- - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
+ - uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
61
62
python-version: ${{ matrix.python-version }}
63
0 commit comments