We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0374d1c commit d7fe4d0Copy full SHA for d7fe4d0
.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@b64ffcaf5b410884ad320a9cfac8866006a109aa
+ uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
21
with:
22
python-version: 3.11.2
23
@@ -57,7 +57,7 @@ jobs:
57
steps:
58
59
60
- - uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa
+ - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
61
62
python-version: ${{ matrix.python-version }}
63
0 commit comments