Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 8aa95af commit 1915668
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
python-version: "3.10"
- name: setup cache for pip
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: pip-packages
with:
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
node-version: "16"
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
node-version: "16"
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
with:
node-version: "16"
- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
with:
go-version: "1.19.11"
- name: Cache Go modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-go-modules
with:
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
with:
go-version: "1.19.11"
- name: Cache Go modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-go-modules
with:
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
node-version: "16"
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -499,7 +499,7 @@ jobs:
node-version: "16"
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 1915668

Please sign in to comment.