Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3 to 4 (#2987)
Browse files Browse the repository at this point in the history
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 and whynowy committed Feb 13, 2024
1 parent fcf98dd commit 74f47a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
go-version: "1.20"
- name: Restore go build cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
go-version: "1.20"
- name: Restore go build cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand All @@ -99,7 +99,7 @@ jobs:
with:
go-version: "1.20"
- name: Restore go build cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
go-version: "1.20"
- name: Restore go build cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 74f47a9

Please sign in to comment.