Skip to content

Commit c674166

Browse files
authored
chore: bump to use node20 runtime, actions/checkout to v4 (#843)
1 parent 29052a9 commit c674166

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
# Must fetch at least the immediate parents so that if this is
2222
# a pull request then we can checkout the head of the pull request.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ inputs:
4242
default: "binary"
4343
required: false
4444
runs:
45-
using: "node16"
45+
using: "node20"
4646
main: "dist/run/index.js"
4747
post: "dist/post_run/index.js"
4848
branding:

0 commit comments

Comments
 (0)