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 @@ -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
You can’t perform that action at this time.
0 commit comments