We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abe440 commit cc2843bCopy full SHA for cc2843b
.github/workflows/pr.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25
- name: Ubuntu dependencies
26
run: scripts/install-doxygen.sh
27
- - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
+ - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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