Skip to content

Commit

Permalink
build(deps): update actions/cache action to v4 (#414)
Browse files Browse the repository at this point in the history
Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com>
  • Loading branch information
aki-bot[bot] authored Jan 20, 2024
1 parent c6a3770 commit 2a01de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Cache Vagrant boxes
# yamllint disable-line rule:line-length
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: ~/.vagrant.d/boxes
key: "${{ runner.os }}-\
Expand Down

0 comments on commit 2a01de8

Please sign in to comment.