Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3 to 4 (#63)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent e0fe9c6 commit 5dd881e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Cache Tools
id: tool-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/go/bin
key: tooling-${{ runner.os }}-${{ hashFiles('./internal/tools/go.mod') }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Cache Tools
id: tool-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/go/bin
key: tooling-${{ runner.os }}-${{ hashFiles('./internal/tools/go.mod') }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Cache Tools
id: tool-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/go/bin
key: tooling-${{ runner.os }}-${{ hashFiles('./internal/tools/go.mod') }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Cache Tools
id: tool-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/go/bin
key: tooling-${{ runner.os }}-${{ hashFiles('./internal/tools/go.mod') }}
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

- name: Cache Tools
id: tool-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/go/bin
key: tooling-${{ runner.os }}-${{ hashFiles('./internal/tools/go.mod') }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:

- name: Cache Tools
id: tool-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/go/bin
key: tooling-${{ runner.os }}-${{ hashFiles('./internal/tools/go.mod') }}
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:

- name: Cache Tools
id: tool-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/go/bin
key: tooling-${{ runner.os }}-${{ hashFiles('./internal/tools/go.mod') }}
Expand Down

0 comments on commit 5dd881e

Please sign in to comment.