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.
2 parents de0690f + df63ef9 commit 8b38e78Copy full SHA for 8b38e78
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ 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/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
contents: write
20
id-token: write # The OIDC ID token is used for authentication with npm / JSR.
21
22
- - uses: actions/checkout@v4.3.0
+ - uses: actions/checkout@v5.0.0
23
- uses: actions/[email protected]
24
node-version: '22'
0 commit comments