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 b53a461 + dcb5814 commit 1fd46a7Copy full SHA for 1fd46a7
.github/workflows/auto-update.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Install python
16
uses: actions/setup-python@v4
17
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
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Checkout
31
32
- name: Set up Python 3.10
33
34
0 commit comments