mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
chore(deps): bump actions/cache from 2 to 3 (#1264)
This commit is contained in:
parent
b7e8b81442
commit
bfb577b0f1
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
node-version: "16"
|
node-version: "16"
|
||||||
|
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
id: npm-cache
|
id: npm-cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user