Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 25, 2024
1 parent 0fa6af1 commit 095c67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
go-version: ${{ matrix.go }}

- name: Setup go module cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 095c67f

Please sign in to comment.