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 9a9f4d1 commit fbd2764Copy full SHA for fbd2764
.github/workflows/codeql-analysis.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: Initialize CodeQL
26
uses: github/codeql-action/init@v3
.github/workflows/nodejs-test.yml
@@ -18,7 +18,7 @@ jobs:
18
lint:
19
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: lts/*
@@ -44,7 +44,7 @@ jobs:
44
- lts/*
45
46
47
48
- name: Use Node.js ${{ matrix.node }}
49
uses: actions/setup-node@v4
50
0 commit comments