Skip to content

Commit 59e6a72

Browse files
Bump actions/cache from 3.3.1 to 3.3.2 (#4354)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@88522ab...704facf) --- 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 72074c1 commit 59e6a72

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Fetch Cached Artifacts
42-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
42+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4343
with:
4444
path: ${{ github.workspace }}/dist
4545
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}

.github/workflows/build-plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141

4242
- name: Fetch Cached Artifacts
43-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
43+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4444
with:
4545
path: ${{ github.workspace }}/dist
4646
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}

.github/workflows/ci.yml

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

154154
- name: Store Artifacts in Cache
155-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
155+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
156156
with:
157157
path: ${{ github.workspace }}/dist
158158
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -173,7 +173,7 @@ jobs:
173173
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
174174

175175
- name: Fetch Cached Artifacts
176-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
176+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
177177
with:
178178
path: ${{ github.workspace }}/dist
179179
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}

.github/workflows/update-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
GOPATH: ${{ steps.go.outputs.go_path }}
117117

118118
- name: Store Artifacts in Cache
119-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
119+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
120120
with:
121121
path: ${{ github.workspace }}/dist
122122
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -145,7 +145,7 @@ jobs:
145145
if: ${{ matrix.needs-updating == 'true' }}
146146

147147
- name: Fetch Cached Artifacts
148-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
148+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
149149
with:
150150
path: ${{ github.workspace }}/dist
151151
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)