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 f83d181 commit c410fa3Copy full SHA for c410fa3
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
29
with:
30
# We must fetch at least the immediate parents so that if this is
31
# a pull request then we can checkout the head.
.github/workflows/npm-publish-github-packages.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
15
- uses: actions/setup-node@v6
16
- run: npm ci
17
- run: npm run build
@@ -23,7 +23,7 @@ jobs:
23
contents: read
24
packages: write
registry-url: https://npm.pkg.github.com/
0 commit comments