Skip to content

Commit 4eb461d

Browse files
Bump actions/cache from 3.2.2 to 3.2.3 (#3415)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@4723a57...58c146c) --- 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 4719147 commit 4eb461d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Fetch Cached Artifacts
37-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
37+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
3838
with:
3939
path: ${{ github.workspace }}/dist
4040
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi

.github/workflows/build-plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Fetch Cached Artifacts
39-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
39+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
4040
with:
4141
path: ${{ github.workspace }}/dist
4242
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
GOPATH: ${{ needs.checks.outputs.go_path }}
9090

9191
- name: Store Artifacts in Cache
92-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
92+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
9393
with:
9494
path: ${{ github.workspace }}/dist
9595
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-single
@@ -128,7 +128,7 @@ jobs:
128128
- name: Checkout Repository
129129
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
130130
- name: Fetch Cached Artifacts
131-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
131+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
132132
with:
133133
path: ${{ github.workspace }}/dist
134134
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-single
@@ -330,7 +330,7 @@ jobs:
330330
AZURE_BUCKET_NAME: ${{ secrets.AZURE_BUCKET_NAME }}
331331

332332
- name: Store Artifacts in Cache
333-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
333+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
334334
with:
335335
path: ${{ github.workspace }}/dist
336336
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107107
GOPATH: ${{ steps.go.outputs.go_path }}
108108
- name: Store Artifacts in Cache
109-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
109+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
110110
with:
111111
path: ${{ github.workspace }}/dist
112112
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi
@@ -134,7 +134,7 @@ jobs:
134134
ref: refs/tags/v${{ needs.variables.outputs.kic-tag }}
135135
if: ${{ matrix.needs-updating == 'true' }}
136136
- name: Fetch Cached Artifacts
137-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
137+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
138138
with:
139139
path: ${{ github.workspace }}/dist
140140
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi

0 commit comments

Comments
 (0)