Skip to content

Commit

Permalink
Bump actions/cache from 4.1.1 to 4.2.0 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent a443d5c commit bbc62e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: actions/cache@v4.1.1
- uses: actions/cache@v4.2.0
id: go-cache
with:
path: ~/go/pkg/mod
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: actions/cache@v4.1.1
- uses: actions/cache@v4.2.0
id: go-cache
with:
path: ~/go/pkg/mod
Expand All @@ -95,7 +95,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: actions/cache@v4.1.1
- uses: actions/cache@v4.2.0
id: go-cache
with:
path: ~/go/pkg/mod
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: actions/cache@v4.1.1
- uses: actions/cache@v4.2.0
id: go-cache
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit bbc62e7

Please sign in to comment.