Skip to content

Commit 577fd51

Browse files
Bump actions/cache from 3.3.0 to 3.3.1 (nginx#462)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@940f3d7...88522ab) --- 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 91a2689 commit 577fd51

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@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
145+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
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@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
158+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
159159
with:
160160
path: ${{ github.workspace }}/dist
161161
key: nginx-kubernetes-gateway-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)