Skip to content

Commit

Permalink
Merge pull request #56 from ImpressCMS/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
MekDrop authored Apr 3, 2024
2 parents e51b45b + e41ca2f commit 913e30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: brew install openssl curl

- name: Cache Vagrant boxes
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.vagrant.d/boxes
key: ${{ runner.os }}-vagrant-${{ hashFiles('Vagrantfile') }}
Expand Down

0 comments on commit 913e30d

Please sign in to comment.