Skip to content

Commit ecc7be2

Browse files
dependabot[bot]k8s-ci-robot
authored andcommitted
build(deps): bump actions/cache from 3.0.9 to 3.0.10
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@ac80757...56461b9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cb3836 commit ecc7be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
RUN: ./hack/ci/run-fedora.sh
7575
steps:
7676
- uses: actions/checkout@v3
77-
- uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
77+
- uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
7878
with:
7979
path: |
8080
~/.vagrant.d/boxes
@@ -111,7 +111,7 @@ jobs:
111111
RUN: ./hack/ci/run-ubuntu.sh
112112
steps:
113113
- uses: actions/checkout@v3
114-
- uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
114+
- uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
115115
with:
116116
path: |
117117
~/.vagrant.d/boxes
@@ -151,7 +151,7 @@ jobs:
151151
run: |
152152
echo "::set-output name=version::$(curl -s https://stable.release.flatcar-linux.net/amd64-usr/current/flatcar_production_vagrant.json | jq '.versions[0].version' | tr -d '".')"
153153
shell: bash
154-
- uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
154+
- uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
155155
with:
156156
path: |
157157
~/.vagrant.d/boxes

0 commit comments

Comments
 (0)