mirror of
https://github.com/actions/cache.git
synced 2025-04-19 02:26:45 +00:00
feat: bump to use node20 runtime, actions/checkout to v4
This commit is contained in:
parent
f7ebb81a3f
commit
8070854e57
10 changed files with 26 additions and 26 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue