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.
2 parents 9e8b97c + 15de9f3 commit e5b097eCopy full SHA for e5b097e
2 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21
- name: setup python
22
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
+ uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
23
with:
24
python-version: ${{ matrix.python-version }}
25
.github/workflows/pypi-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
14
15
16
17
python-version: 3.12
18
0 commit comments