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 b845625 commit 020876cCopy full SHA for 020876c
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
node-version: [ "16.x", "18.x" ]
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
20
with:
21
fetch-depth: 0
22
.github/workflows/codeql.yml
@@ -22,7 +22,7 @@ jobs:
language: [ "javascript" ]
23
24
- name: Checkout repository
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
26
27
- name: Initialize CodeQL
28
uses: github/codeql-action/init@v2
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
contents: write
12
13
14
15
0 commit comments