We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43766c0 + 7b341c5 commit 4f1c3fbCopy full SHA for 4f1c3fb
2 files changed
.github/workflows/codeql-analysis.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
with:
20
# We must fetch at least the immediate parents so that if this is
21
# a pull request then we can checkout the head.
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
22
23
- name: Checkout
24
25
26
submodules: true
27
0 commit comments