Skip to content

Commit 70bf72f

Browse files
Merge pull request #15126 from rabbitmq/dependabot/github_actions/v4.2.x/actions/cache-5
Bump actions/cache from 4 to 5
2 parents f19ad74 + bb726d2 commit 70bf72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: RESTORE ACTIVEMQ FROM CACHE
111111
if: inputs.plugin == 'amqp10_client'
112-
uses: actions/cache/restore@v4
112+
uses: actions/cache/restore@v5
113113
id: cache-activemq-restore
114114
with:
115115
path: deps/amqp10_client/test/system_SUITE_data/apache-activemq-${{ env.ACTIVEMQ_VERSION }}-bin.tar.gz
@@ -122,7 +122,7 @@ jobs:
122122
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
123123
124124
- name: CACHE ACTIVEMQ
125-
uses: actions/cache/save@v4
125+
uses: actions/cache/save@v5
126126
if: inputs.plugin == 'amqp10_client' && steps.cache-activemq-restore.outputs.cache-hit != 'true'
127127
with:
128128
path: deps/amqp10_client/test/system_SUITE_data/apache-activemq-${{ env.ACTIVEMQ_VERSION }}-bin.tar.gz

0 commit comments

Comments
 (0)