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.
1 parent 6b5d4c6 commit d5dba5cCopy full SHA for d5dba5c
.github/workflows/CI.yml
@@ -50,7 +50,7 @@ jobs:
50
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
51
with:
52
fetch-depth: 0
53
- - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
54
55
python-version: "${{ matrix.python-version }}"
56
cache: "pip"
@@ -118,7 +118,7 @@ jobs:
118
contents: write
119
steps:
120
- name: "Install Python"
121
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
122
123
python-version: "3.12"
124
- name: "Check out source"
0 commit comments