We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a1738 commit 69d03ffCopy full SHA for 69d03ff
.github/workflows/codeql-analysis.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Checkout repository
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
34
with:
35
# We must fetch at least the immediate parents so that if this is
36
# a pull request then we can checkout the head.
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Release
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: actions/setup-node@v4
13
14
node-version-file: '.nvmrc'
0 commit comments