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 a8cc5bf + 3a53262 commit 890a43aCopy full SHA for 890a43a
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: [18.x, 20.x]
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Use Node.js ${{ matrix.node-version }}
19
uses: actions/setup-node@v4
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
- name: Checkout repository
42
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
0 commit comments