Skip to content

Commit 70c4a3d

Browse files
Bump actions/cache from 3.2.6 to 3.3.0 (#458)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@69d9d44...940f3d7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbf7d73 commit 70c4a3d

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
@@ -142,7 +142,7 @@ jobs:
142142
AZURE_BUCKET_NAME: ${{ secrets.AZURE_BUCKET_NAME }}
143143

144144
- name: Cache Artifacts
145-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
145+
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
146146
with:
147147
path: ${{ github.workspace }}/dist
148148
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}
@@ -155,7 +155,7 @@ jobs:
155155
- name: Checkout Repository
156156
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
157157
- name: Fetch Cached Artifacts
158-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
158+
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
159159
with:
160160
path: ${{ github.workspace }}/dist
161161
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)