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 89e77c5 + 7540c39 commit 2866b71Copy full SHA for 2866b71
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
28
with:
29
persist-credentials: false
30
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
16
17
18
- name: Install Python dependencies
.github/workflows/testing.yml
@@ -18,7 +18,7 @@ jobs:
fail-fast: false
19
20
21
22
23
fetch-depth: 0
0 commit comments