Skip to content

Commit daef4b6

Browse files
Bump actions/cache from 3.2.3 to 3.2.4 (#396)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@58c146c...627f0f4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce2a86b commit daef4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
AZURE_BUCKET_NAME: ${{ secrets.AZURE_BUCKET_NAME }}
144144

145145
- name: Cache Artifacts
146-
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
146+
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
147147
with:
148148
path: ${{ github.workspace }}/dist
149149
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
@@ -156,7 +156,7 @@ jobs:
156156
- name: Checkout Repository
157157
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
158158
- name: Fetch Cached Artifacts
159-
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
159+
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
160160
with:
161161
path: ${{ github.workspace }}/dist
162162
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)