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 4fb4e24 commit 0f860beCopy full SHA for 0f860be
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v3
.github/workflows/linter.yml
@@ -6,7 +6,7 @@ jobs:
6
linter:
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- name: Use Node.js
11
uses: actions/setup-node@v4
12
- name: Install Dependencies
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
contents: write
13
id-token: write
14
15
16
17
18
with:
0 commit comments