mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
chore(deps): bump actions/cache from 5.0.2 to 6.0.0 (#10051)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a90430e8e5
commit
273ddedf21
6 changed files with 6 additions and 6 deletions
2
.github/workflows/bundle-desktop-intel.yml
vendored
2
.github/workflows/bundle-desktop-intel.yml
vendored
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
cp target/x86_64-apple-darwin/release/goosed ui/desktop/src/bin/goosed
|
||||
|
||||
- name: Cache pnpm dependencies
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
|
||||
with:
|
||||
path: |
|
||||
ui/desktop/node_modules
|
||||
|
|
|
|||
2
.github/workflows/bundle-desktop-linux.yml
vendored
2
.github/workflows/bundle-desktop-linux.yml
vendored
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
ls -la ui/desktop/src/bin/
|
||||
|
||||
- name: Cache pnpm dependencies
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
|
||||
with:
|
||||
path: |
|
||||
ui/desktop/node_modules
|
||||
|
|
|
|||
2
.github/workflows/bundle-desktop-windows.yml
vendored
2
.github/workflows/bundle-desktop-windows.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
run: npm install -g pnpm@10.30.3
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
|
|
|
|||
2
.github/workflows/bundle-desktop.yml
vendored
2
.github/workflows/bundle-desktop.yml
vendored
|
|
@ -139,7 +139,7 @@ jobs:
|
|||
cp target/release/goosed ui/desktop/src/bin/goosed
|
||||
|
||||
- name: Cache pnpm dependencies
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
|
||||
with:
|
||||
path: |
|
||||
ui/desktop/node_modules
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
node-version: 20
|
||||
|
||||
- name: Cache Node.js modules (documentation)
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
|
||||
with:
|
||||
path: ./documentation/node_modules
|
||||
key: ${{ runner.os }}-documentation-${{ hashFiles('./documentation/package-lock.json') }}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
node-version: 20
|
||||
|
||||
- name: Cache Node.js modules (documentation)
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
|
||||
with:
|
||||
path: ./documentation/node_modules
|
||||
key: ${{ runner.os }}-documentation-${{ hashFiles('./documentation/package-lock.json') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue