Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and tklauser committed Jan 24, 2024
1 parent 6ce38ec commit 8be49a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ runs:
- name: Load install packages from GitHub cache
if: ${{ inputs.provision == 'true' && inputs.install-dependencies == 'true' }}
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
id: package-cache
with:
path: /tmp/.ubuntu-pkgs
Expand Down Expand Up @@ -145,7 +145,7 @@ runs:
sudo apt-get -y --no-install-recommends install /tmp/.ubuntu-pkgs/*.deb
sudo kvm-ok
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
if: ${{ inputs.provision == 'true' }}
id: cache-lvh-image
with:
Expand Down

0 comments on commit 8be49a7

Please sign in to comment.