We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bb1b2 commit 9a5861fCopy full SHA for 9a5861f
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
poetry config virtualenvs.in-project true --local
30
31
- name: Setup Python ${{ matrix.python-version }}
32
- uses: actions/setup-python@12648859835f68b273febdd9aab9972bbb624d8c
+ uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
33
with:
34
python-version: ${{ matrix.python-version }}
35
cache: "poetry"
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
19
20
- name: Setup Python
21
22
23
python-version: "3.10"
24
0 commit comments