File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112
113113 - name : Create cache for Maven dependencies
114114 if : ${{ inputs.script == 'build' }}
115- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
115+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
116116 with :
117117 path : |
118118 ~/.m2/repository/*/*/*
@@ -123,7 +123,7 @@ jobs:
123123
124124 - name : Restore cache for Maven dependencies
125125 if : ${{ inputs.script != 'build' }}
126- uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
126+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
127127 with :
128128 path : |
129129 ~/.m2/repository/*/*/*
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 fetch-depth : 0
130130 persist-credentials : false
131131 - name : Cache for maven dependencies
132- uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
132+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
133133 with :
134134 path : |
135135 ~/.m2/repository
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 persist-credentials : false
104104 ref : ${{ needs.prepare.outputs.ref }}
105105 - name : Cache for maven dependencies
106- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
106+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
107107 with :
108108 path : |
109109 ~/.m2/repository
You can’t perform that action at this time.
0 commit comments