mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-12-26 06:46:34 +00:00
chore: update actions/checkout to v5 in workflow files
This commit is contained in:
parent
6b1bb4d720
commit
1285d7de7c
4 changed files with 8 additions and 8 deletions
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci --ignore-scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue