Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4 (#4288)
Browse files Browse the repository at this point in the history
* build(deps): bump actions/cache from 3 to 4

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] <[email protected]>

* build: update GitHub Actions workflow to use actions/cache for dependency caching

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathaniel Caza <[email protected]>
  • Loading branch information
dependabot[bot] and mastercactapus authored Mar 3, 2025
1 parent e35d78f commit e336d69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dep-autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
- uses: actions/cache@v4
with:
node-version: '22'
cache: 'yarn'
key: key
path: ~/.bun/install/cache
- name: Run make generate
run: make generate
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
go-version: '1.24'
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
key: key
path: ~/.bun/install/cache
Expand Down

0 comments on commit e336d69

Please sign in to comment.