Skip to content

Commit

Permalink
bump: actions cache version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
baerwang committed Sep 26, 2024
1 parent 815692e commit c86c4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
go-version: ${{ matrix.go_version }}
- run: go version
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
go-version: ${{ matrix.go_version }}
- run: go version
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit c86c4e7

Please sign in to comment.