Skip to content

Commit

Permalink
Merge pull request #244 from rancher-sandbox/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-4.0.0

chore(deps): Bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
richardcase authored Feb 7, 2024
2 parents 3c1c661 + ac3fc10 commit a6238db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: 1.20.x
- name: Build e2e image
run: make e2e-image
- uses: actions/cache@v3.3.3
- uses: actions/cache@v4.0.0
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit a6238db

Please sign in to comment.