Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#816)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent c56bc6c commit e0c173d
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 @@ -20,7 +20,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Prepare cache
with:
# In order:
Expand Down

0 comments on commit e0c173d

Please sign in to comment.