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 f3cbc9f commit b1786c0Copy full SHA for b1786c0
.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/commenter.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- name: Use Node.js
13
uses: actions/setup-node@v4
14
- run: npm install
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
contents: write
id-token: write
15
16
17
18
with:
0 commit comments