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 a6c9bab commit d8654e6Copy full SHA for d8654e6
.github/workflows/build.yml
@@ -148,7 +148,7 @@ jobs:
148
- default
149
runs-on: ubuntu-latest
150
steps:
151
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
152
- id: setup-python
153
uses: actions/setup-python@v4
154
with:
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments