mirror of
https://github.com/unjs/unstorage.git
synced 2026-02-01 17:27:18 +00:00
chore(deps): update actions/checkout action to v5 (#651)
This commit is contained in:
parent
59adda314a
commit
8f7fb0feec
2
.github/workflows/autofix.yml
vendored
2
.github/workflows/autofix.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
autofix:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v5
|
||||
- run: npm i -fg corepack && corepack enable
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: npm i -fg corepack && corepack enable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user