We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ea493 commit 57f91b7Copy full SHA for 57f91b7
.github/workflows/pr.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
- name: Ubuntu dependencies
26
run: scripts/install-doxygen.sh
27
- - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
28
with:
29
python-version: '3.10'
30
cache: 'pip'
@@ -187,7 +187,7 @@ jobs:
187
if: ${{ github.ref == 'refs/heads/main' }}
188
steps:
189
190
191
192
193
0 commit comments