We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a3ed3d + e1373f4 commit fe941b1Copy full SHA for fe941b1
.github/workflows/test.yaml
@@ -44,7 +44,7 @@ jobs:
44
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
45
46
- name: "Setup Pythons"
47
- uses: "actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55" # v5.5.0
+ uses: "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065" # v5.6.0
48
env:
49
# Disable pip upgrade warnings while setting up Python versions.
50
PIP_DISABLE_PIP_VERSION_CHECK: "1"
0 commit comments