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.
2 parents 7d516ff + e41c5d0 commit ea849eeCopy full SHA for ea849ee
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
.github/workflows/python-build-test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
19
- name: Set up Python 3.10
20
uses: actions/setup-python@v5
0 commit comments