Skip to content

Commit 153224e

Browse files
Bump actions/cache from 4.1.0 to 4.1.1 (#6621)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2cdf405...3624ceb) --- 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> Co-authored-by: Jakub Jarosz <[email protected]>
1 parent 8cfa485 commit 153224e

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/build-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
echo "full-build: ${{ inputs.full-build }}"
148148
149149
- name: Fetch Cached Artifacts
150-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
150+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
151151
with:
152152
path: ${{ github.workspace }}/dist
153153
key: nginx-ingress-${{ inputs.go-md5 }}

.github/workflows/build-plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
echo "full-build: ${{ inputs.full-build }}"
161161
162162
- name: Fetch Cached Artifacts
163-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
163+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
164164
with:
165165
path: ${{ github.workspace }}/dist
166166
key: nginx-ingress-${{ inputs.go-md5 }}

.github/workflows/build-single-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Fetch Cached Binary Artifacts
9393
id: binary-cache
94-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
94+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
9595
with:
9696
path: ${{ github.workspace }}/dist
9797
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Fetch Cached Binary Artifacts
121121
id: binary-cache
122-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
122+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
123123
with:
124124
path: ${{ github.workspace }}/dist
125125
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -273,7 +273,7 @@ jobs:
273273
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
274274

275275
- name: Store Artifacts in Cache
276-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
276+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
277277
with:
278278
path: ${{ github.workspace }}/dist
279279
key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -425,7 +425,7 @@ jobs:
425425
if: ${{ ( needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' ) && steps.stable_exists.outputs.exists != 'true' }}
426426

427427
- name: Fetch Cached Artifacts
428-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
428+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
429429
with:
430430
path: ${{ github.workspace }}/dist
431431
key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}

.github/workflows/image-promotion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Fetch Cached Binary Artifacts
7474
id: binary-cache
75-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
75+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
7676
with:
7777
path: ${{ github.workspace }}/dist
7878
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -184,7 +184,7 @@ jobs:
184184
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
185185

186186
- name: Store Artifacts in Cache
187-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
187+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
188188
with:
189189
path: ${{ github.workspace }}/dist
190190
key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Fetch Cached Signed Binary Artifacts
8686
id: binary-cache-sign
87-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
87+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
8888
with:
8989
path: ${{ github.workspace }}/tarballs
9090
key: nginx-ingress-release-${{ steps.vars.outputs.go_code_md5 }}
@@ -432,7 +432,7 @@ jobs:
432432
ref: ${{ inputs.release_branch }}
433433

434434
- name: Fetch Binary Artifacts from Cache
435-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
435+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
436436
with:
437437
path: ${{ github.workspace }}/dist
438438
key: nginx-ingress-${{ needs.variables.outputs.go_code_md5 }}
@@ -455,7 +455,7 @@ jobs:
455455
if: ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
456456

457457
- name: Store Tarball Artifacts in Cache
458-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
458+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
459459
with:
460460
path: ${{ github.workspace }}/tarballs
461461
key: nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
@@ -476,7 +476,7 @@ jobs:
476476
ref: ${{ inputs.release_branch }}
477477

478478
- name: Fetch Cached Tarball Artifacts
479-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
479+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
480480
with:
481481
key: nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
482482
path: ${{ github.workspace }}/tarballs
@@ -520,7 +520,7 @@ jobs:
520520
ref: ${{ inputs.release_branch }}
521521

522522
- name: Fetch Cached Tarball Artifacts
523-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
523+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
524524
with:
525525
key: nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
526526
path: ${{ github.workspace }}/tarballs

.github/workflows/setup-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: ${{ inputs.authenticated && steps.stable_exists.outputs.exists != 'true' }}
9999

100100
- name: Fetch Cached Artifacts
101-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
101+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
102102
with:
103103
path: ${{ github.workspace }}/dist
104104
key: nginx-ingress-${{ inputs.go-md5 }}

0 commit comments

Comments
 (0)