✨ Update actions version to the latest version to prevent errors
This commit is contained in:
8
.github/workflows/pake-cli.yaml
vendored
8
.github/workflows/pake-cli.yaml
vendored
@@ -62,10 +62,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
@@ -104,7 +104,7 @@ jobs:
|
||||
npm install pake-cli
|
||||
|
||||
- name: Rust cache restore
|
||||
uses: actions/cache/restore@v3
|
||||
uses: actions/cache/restore@v4.2.0
|
||||
id: cache_store
|
||||
with:
|
||||
path: |
|
||||
@@ -145,7 +145,7 @@ jobs:
|
||||
retention-days: 3
|
||||
|
||||
- name: Rust cache store
|
||||
uses: actions/cache/save@v3
|
||||
uses: actions/cache/save@v4.2.0
|
||||
if: steps.cache_store.outputs.cache-hit != 'true'
|
||||
with:
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user