Skip to content

Commit

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

chore(deps): bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
ernado authored Sep 8, 2023
2 parents 2bf922f + 548d2a8 commit 7b81ea3
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 @@ -51,7 +51,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/[email protected].1
uses: actions/[email protected].2
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 @@ -22,7 +22,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/[email protected].1
uses: actions/[email protected].2
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 @@ -33,7 +33,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/[email protected].1
uses: actions/[email protected].2
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 @@ -44,7 +44,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit 7b81ea3

Please sign in to comment.