We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 530c3cd + 03b123b commit e34e438Copy full SHA for e34e438
2 files changed
.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
with:
18
# We must fetch at least the immediate parents so that if this is
19
# a pull request then we can checkout the head.
.github/workflows/node.js.yml
@@ -18,7 +18,7 @@ jobs:
matrix:
node-version: [20.x, 21.x, 22.x]
20
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- name: Use Node.js ${{ matrix.node-version }}
23
uses: actions/setup-node@v4.4.0
24
0 commit comments