We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cdeb09 + 91de386 commit 23f6430Copy full SHA for 23f6430
3 files changed
.github/workflows/build-test.yml
@@ -22,7 +22,7 @@ jobs:
22
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
23
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
27
- name: Cache node modules
28
uses: actions/cache@v3
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
- name: Checkout repository
42
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/github-pages.yml
@@ -27,7 +27,7 @@ jobs:
29
30
31
32
33
0 commit comments