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 dfa59dd commit b3fa346Copy full SHA for b3fa346
.github/workflows/check-vulns.yml
@@ -27,7 +27,7 @@ jobs:
27
matrix: ${{ steps.set_matrix.outputs.matrix }}
28
steps:
29
- name: Setup Python 3.9
30
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
31
with:
32
python-version: '3.9'
33
- name: Checkout current repository
0 commit comments