Skip to content

Commit de67647

Browse files
Update actions/cache action to v4.3.0 (#3978)
| 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 5add16d commit de67647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
go-version: stable
305305

306306
- name: Fetch Cached Artifacts
307-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
307+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
308308
with:
309309
path: ${{ github.workspace }}/dist
310310
key: nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)