Skip to content

Commit 77b1d53

Browse files
Update GitHub Actions
1 parent 1e4261e commit 77b1d53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/vagrant-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: "composite"
1818
steps:
1919
- name: Cache Vagrant boxes
20-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
20+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
2121
with:
2222
path: ~/.vagrant.d/boxes
2323
key: ${{ runner.os }}-vagrant-${{ inputs.distro }}-${{ hashFiles('distros_supported.yml') }}

.github/workflows/distros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: vm-self-hosted
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
26-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
26+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
2727
with:
2828
path: ~/.vagrant.d/boxes
2929
key: ${{ runner.os }}-vagrant-${{ hashFiles('distros_supported.yml') }}

0 commit comments

Comments
 (0)