We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee71f10 commit fc7f874Copy full SHA for fc7f874
.github/workflows/buildtest.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v4.0.0
14
- uses: actions/setup-node@v3.4.1
15
with:
16
node-version: '18.x'
.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
0 commit comments