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 bc1435b + 096fa3d commit 5227a45Copy full SHA for 5227a45
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
with:
23
fetch-depth: 0
24
- - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
+ - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
25
26
python-version: '3.10'
27
.github/workflows/python-tests.yml
@@ -79,7 +79,7 @@ jobs:
79
80
81
- name: Set up Python ${{ matrix.python-version }}
82
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
+ uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
83
84
python-version: ${{ matrix.python-version }}
85
- name: Install Tox
0 commit comments