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 a16c245 commit 4ae8591Copy full SHA for 4ae8591
.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
28
29
# Initializes the CodeQL tools for scanning.
30
- name: Initialize CodeQL
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
os: [windows-latest, ubuntu-latest]
18
19
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
22
- run: corepack enable
23
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
45
46
47
48
49
0 commit comments