Skip to content

Commit 33687ed

Browse files
authored
Merge branch 'main' into renovate/github.com-buildpacks-pack-0.x
2 parents 380b19b + 1e7d2f5 commit 33687ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/client/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
run: mv ~/go/bin/client /tmp/client && mv /tmp/client ${{ inputs.cache-path }}
2626
shell: bash
2727
- name: Cache client
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: ${{ inputs.cache-path }}
3131
key: ${{ inputs.cache-key }}

.github/workflows/buildpack-integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# INSTALL CONFORMANCE CLIENT
110110
- name: Check for cached conformance test client
111111
id: check-for-cached-client
112-
uses: actions/cache@v3
112+
uses: actions/cache@v4
113113
with:
114114
path: ~/go/bin/client
115115
key: ${{ steps.set-cached-client-version.outputs.key }}
@@ -144,7 +144,7 @@ jobs:
144144
# if-condition on each step will effectively skip optional tests
145145
- name: Retrieve conformance client
146146
if: ${{ matrix.builder-source }}
147-
uses: actions/cache@v3
147+
uses: actions/cache@v4
148148
with:
149149
path: ~/go/bin/client
150150
key: ${{ needs.download-conformance-client.outputs.cache-key }}

0 commit comments

Comments
 (0)