Skip to content

Commit 43b12e5

Browse files
Bump actions/cache from 3.2.0 to 3.2.2 (#3396)
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 3effc07 commit 43b12e5

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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
37+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
39+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
92+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
130130
- name: Fetch Cached Artifacts
131-
uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
131+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
333+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
109+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
137+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
138138
with:
139139
path: ${{ github.workspace }}/dist
140140
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi

0 commit comments

Comments
 (0)