@@ -648,7 +648,7 @@ jobs:
648648 UV_PYTHON_PREFERENCE : " only-managed"
649649 - name : Restore W3C XML Schema Test Suite
650650 id : cache-w3c-xsdtests
651- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
651+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
652652 with :
653653 path : .tox/w3c-xsdtests
654654 key : e2e-xsdtests-7bc3365c652a322f3d762021b3879eb92dae7e30
@@ -661,7 +661,7 @@ jobs:
661661 git -C .tox/w3c-xsdtests checkout 7bc3365c652a322f3d762021b3879eb92dae7e30
662662 - name : Save W3C XML Schema Test Suite
663663 if : steps.cache-w3c-xsdtests.outputs.cache-hit != 'true' && steps.checkout-w3c-xsdtests.outcome == 'success'
664- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
664+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
665665 with :
666666 path : .tox/w3c-xsdtests
667667 key : e2e-xsdtests-7bc3365c652a322f3d762021b3879eb92dae7e30
@@ -677,7 +677,7 @@ jobs:
677677 UV_PYTHON_PREFERENCE : " only-managed"
678678 - name : Restore JSON-Schema-Test-Suite
679679 id : cache-json-schema-test-suite
680- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
680+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
681681 with :
682682 path : .tox/json-schema-test-suite
683683 key : e2e-json-schema-test-suite-fe8c2f0de2041943975932b6bf4bd882625b6cfb
@@ -690,7 +690,7 @@ jobs:
690690 git -C .tox/json-schema-test-suite checkout fe8c2f0de2041943975932b6bf4bd882625b6cfb
691691 - name : Save JSON-Schema-Test-Suite
692692 if : steps.cache-json-schema-test-suite.outputs.cache-hit != 'true' && steps.checkout-json-schema-test-suite.outcome == 'success'
693- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
693+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
694694 with :
695695 path : .tox/json-schema-test-suite
696696 key : e2e-json-schema-test-suite-fe8c2f0de2041943975932b6bf4bd882625b6cfb
@@ -704,7 +704,7 @@ jobs:
704704 UV_PYTHON_PREFERENCE : " only-managed"
705705 - name : Restore AsyncAPI spec JSON Schemas
706706 id : cache-asyncapi-spec-json-schemas
707- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
707+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
708708 with :
709709 path : .tox/asyncapi-spec-json-schemas
710710 key : e2e-asyncapi-spec-json-schemas-469c2b2bf5ed88e0cdf1e48975b93a87c710d229
@@ -717,7 +717,7 @@ jobs:
717717 git -C .tox/asyncapi-spec-json-schemas checkout 469c2b2bf5ed88e0cdf1e48975b93a87c710d229
718718 - name : Save AsyncAPI spec JSON Schemas
719719 if : steps.cache-asyncapi-spec-json-schemas.outputs.cache-hit != 'true' && steps.checkout-asyncapi-spec-json-schemas.outcome == 'success'
720- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
720+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
721721 with :
722722 path : .tox/asyncapi-spec-json-schemas
723723 key : e2e-asyncapi-spec-json-schemas-469c2b2bf5ed88e0cdf1e48975b93a87c710d229
@@ -732,7 +732,7 @@ jobs:
732732 UV_PYTHON_PREFERENCE : " only-managed"
733733 - name : Restore Apache Avro
734734 id : cache-apache-avro
735- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
735+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
736736 with :
737737 path : .tox/apache-avro
738738 key : e2e-apache-avro-9110c693767c1dde2665b2b57939333478b12036
@@ -745,7 +745,7 @@ jobs:
745745 git -C .tox/apache-avro checkout 9110c693767c1dde2665b2b57939333478b12036
746746 - name : Save Apache Avro
747747 if : steps.cache-apache-avro.outputs.cache-hit != 'true' && steps.checkout-apache-avro.outcome == 'success'
748- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
748+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
749749 with :
750750 path : .tox/apache-avro
751751 key : e2e-apache-avro-9110c693767c1dde2665b2b57939333478b12036
@@ -760,7 +760,7 @@ jobs:
760760 UV_PYTHON_PREFERENCE : " only-managed"
761761 - name : Restore Protocol Buffers
762762 id : cache-protobuf
763- uses : actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
763+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
764764 with :
765765 path : .tox/protobuf
766766 key : e2e-protobuf-4376cba55d9e2f44f7e317d9c10e0259d145f8cf
@@ -775,7 +775,7 @@ jobs:
775775 git -C .tox/protobuf checkout 4376cba55d9e2f44f7e317d9c10e0259d145f8cf
776776 - name : Save Protocol Buffers
777777 if : steps.cache-protobuf.outputs.cache-hit != 'true' && steps.checkout-protobuf.outcome == 'success'
778- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
778+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
779779 with :
780780 path : .tox/protobuf
781781 key : e2e-protobuf-4376cba55d9e2f44f7e317d9c10e0259d145f8cf
0 commit comments