Skip to content

Commit 3ff67a4

Browse files
Bump actions/cache from 3.3.0 to 3.3.1 (#3642)
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 1022626 commit 3ff67a4

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
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Fetch Cached Artifacts
37-
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
37+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
3838
with:
3939
path: ${{ github.workspace }}/dist
4040
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
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Fetch Cached Artifacts
39-
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
39+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
4040
with:
4141
path: ${{ github.workspace }}/dist
4242
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
@@ -127,7 +127,7 @@ jobs:
127127
AZURE_BUCKET_NAME: ${{ secrets.AZURE_BUCKET_NAME }}
128128

129129
- name: Store Artifacts in Cache
130-
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
130+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
131131
with:
132132
path: ${{ github.workspace }}/dist
133133
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -202,7 +202,7 @@ jobs:
202202
- name: Checkout Repository
203203
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
204204
- name: Fetch Cached Artifacts
205-
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
205+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
206206
with:
207207
path: ${{ github.workspace }}/dist
208208
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
@@ -108,7 +108,7 @@ jobs:
108108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109
GOPATH: ${{ steps.go.outputs.go_path }}
110110
- name: Store Artifacts in Cache
111-
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
111+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
112112
with:
113113
path: ${{ github.workspace }}/dist
114114
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -136,7 +136,7 @@ jobs:
136136
ref: refs/tags/v${{ needs.variables.outputs.kic-tag }}
137137
if: ${{ matrix.needs-updating == 'true' }}
138138
- name: Fetch Cached Artifacts
139-
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
139+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
140140
with:
141141
path: ${{ github.workspace }}/dist
142142
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)