File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments