Skip to content

Commit

Permalink
Bump actions/cache from 3.3.3 to 4.0.0 (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 5ea87c3 commit 011c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 1
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
- name: Cache go modules and build cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit 011c09e

Please sign in to comment.