Skip to content

Commit b45ec3d

Browse files
Merge pull request #15125 from rabbitmq/dependabot/github_actions/main/actions/cache-5
Bump actions/cache from 4 to 5
2 parents b681dd0 + 2f84903 commit b45ec3d

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
@@ -129,7 +129,7 @@ jobs:
129129
130130
- name: RESTORE ACTIVEMQ FROM CACHE
131131
if: inputs.plugin == 'amqp10_client'
132-
uses: actions/cache/restore@v4
132+
uses: actions/cache/restore@v5
133133
id: cache-activemq-restore
134134
with:
135135
path: deps/amqp10_client/test/system_SUITE_data/apache-activemq-${{ env.ACTIVEMQ_VERSION }}-bin.tar.gz
@@ -143,7 +143,7 @@ jobs:
143143
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }} NON_DETERMINISTIC=1 2>&1 | sed "s/src\//deps\/${{ inputs.plugin }}\/src\//" | sed "s/test\//deps\/${{ inputs.plugin }}\/test\//" | sed "s/src\/enough\.erl:22:2:/IGNORED src\/enough.erl:22:2:/"
144144
145145
- name: CACHE ACTIVEMQ
146-
uses: actions/cache/save@v4
146+
uses: actions/cache/save@v5
147147
if: inputs.plugin == 'amqp10_client' && steps.cache-activemq-restore.outputs.cache-hit != 'true'
148148
with:
149149
path: deps/amqp10_client/test/system_SUITE_data/apache-activemq-${{ env.ACTIVEMQ_VERSION }}-bin.tar.gz

0 commit comments

Comments
 (0)