Skip to content

Commit c6be20a

Browse files
Update GitHub Actions
1 parent 3e1f58e commit c6be20a

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@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
20+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
26-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
26+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
2727
with:
2828
path: ~/.vagrant.d/boxes
2929
key: ${{ runner.os }}-vagrant-${{ hashFiles('distros_supported.yml') }}

0 commit comments

Comments
 (0)