We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da865b6 commit 880a26cCopy full SHA for 880a26c
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
24
- name: Set up Python
25
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
+ uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
26
with:
27
python-version: "3.10"
28
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
- name: Set up Python ${{ matrix.python-version }}
50
51
52
python-version: ${{ matrix.python-version }}
53
allow-prereleases: true
0 commit comments