We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e194b4 commit 34079e7Copy full SHA for 34079e7
.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.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