We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d416ba + b4a3535 commit 3fb712fCopy full SHA for 3fb712f
2 files changed
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
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@v5
+ - uses: actions/checkout@v6
23
- name: Use Node.js ${{ matrix.node-version }}
24
uses: actions/setup-node@v4
0 commit comments