Skip to content

Commit

Permalink
Merge pull request #253 from rancher/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.3.2

chore(deps): bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
salasberryfin committed Sep 11, 2023
2 parents 89a7538 + bdc3330 commit e8149b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
with:
path: |
~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
with:
path: |
~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
with:
path: |
~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit e8149b0

Please sign in to comment.