File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208208 echo "json=$(./binary-json.sh ${{ github.workspace }}/dist ${{ github.event.repository.name }} "nginx-prometheus-exporter")" >> $GITHUB_OUTPUT
209209
210210 - name : Store Artifacts in Cache
211- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
211+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
212212 with :
213213 path : ${{ github.workspace }}/dist
214214 key : nginx-prometheus-exporter-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jobs:
239239 echo "json=$(./binary-json.sh ${{ github.workspace }}/dist ${{ github.event.repository.name }} "nginx-prometheus-exporter")" >> $GITHUB_OUTPUT
240240
241241 - name : Store Artifacts in Cache
242- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
242+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
243243 with :
244244 path : ${{ github.workspace }}/dist
245245 key : nginx-prometheus-exporter-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments