Skip to content

Commit

Permalink
Ci action action/cache set to v4 version to avoid deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Jan 8, 2025
1 parent abb7f56 commit d0fd7c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.23.4
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4
id: go-cache
with:
path: ~/go/pkg/mod
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.23.4
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4
id: go-cache
with:
path: ~/go/pkg/mod
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.23.4
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4
id: go-cache
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit d0fd7c3

Please sign in to comment.