Skip to content

Commit a36e928

Browse files
Bump actions/cache from 3.2.0 to 3.2.2 (#346)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@c17f4bf...4723a57) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f3992d commit a36e928

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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
146+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
158158
- name: Fetch Cached Artifacts
159-
uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
159+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
160160
with:
161161
path: ${{ github.workspace }}/dist
162162
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)