Skip to content

Commit 3da6943

Browse files
Bump actions/cache from 3.2.1 to 3.2.3 (#111)
1 parent 556cda5 commit 3da6943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distro-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up libvirt
4848
run: |
4949
./scripts/install.bash --vagrant-only
50-
- uses: actions/cache@v3.2.1
50+
- uses: actions/cache@v3.2.3
5151
with:
5252
path: ~/.vagrant.d/boxes
5353
key: ${{ runner.os }}-${{ matrix.distro }}

0 commit comments

Comments
 (0)