Skip to content

Commit

Permalink
Merge pull request #467 from gotd/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4.0.0

chore(deps): bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
ernado authored Jan 18, 2024
2 parents 1da8fa9 + a8600aa commit e451198
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit e451198

Please sign in to comment.