Skip to content

Commit

Permalink
Merge pull request #486 from containers/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
[skip-ci] Update actions/cache action to v4
  • Loading branch information
giuseppe authored Jan 26, 2024
2 parents 1e1a87d + bc27f79 commit fdc4961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
go-version: '1.21'
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand All @@ -35,7 +35,7 @@ jobs:
with:
go-version: '1.21'
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit fdc4961

Please sign in to comment.