Skip to content

Commit 6a89752

Browse files
Update actions/cache action to v4.3.0 (#3956)
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.2.4 | v4.3.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82b7839 commit 6a89752

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
ref: ${{ (inputs.tag != '' && !inputs.dry_run ) && format('refs/tags/v{0}', inputs.tag) || github.ref }}
5050

5151
- name: Fetch Cached Artifacts
52-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
52+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5353
with:
5454
path: ${{ github.workspace }}/dist
5555
key: nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
TELEMETRY_ENDPOINT_INSECURE: "false"
222222

223223
- name: Cache Artifacts
224-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
224+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
225225
with:
226226
path: ${{ github.workspace }}/dist
227227
key: nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}

.github/workflows/helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Fetch Cached Artifacts
28-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
28+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2929
with:
3030
path: ${{ github.workspace }}/dist
3131
key: nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)