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 a5159b5 commit 5c9131fCopy full SHA for 5c9131f
.github/workflows/ci-workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
18
19
- name: Set up Python
20
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
21
with:
22
python-version: 3.11.2
23
@@ -57,7 +57,7 @@ jobs:
57
steps:
58
59
60
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
61
62
python-version: ${{ matrix.python-version }}
63
0 commit comments