We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e620fa + e37426f commit 716e4b0Copy full SHA for 716e4b0
.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/nodejs.yml
@@ -19,7 +19,7 @@ jobs:
19
- latest
20
21
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
- name: Use Node.js ${{ matrix.node-version }}
24
uses: actions/setup-node@v4
0 commit comments