We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a3ac3 commit c5d3b7fCopy full SHA for c5d3b7f
.github/workflows/ci_workflows.yml
@@ -79,7 +79,7 @@ jobs:
79
with:
80
fetch-depth: 0
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
allow-prereleases: true
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
18
19
- - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
+ - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
20
21
python-version: "3.12"
22
0 commit comments