File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7575 # Restore cache if up-to-date:
7676 - name : ' Restore cache if up-to-date'
7777 # Pin action to full length commit SHA
78- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
78+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7979 id : cache
8080 with :
8181 path : |
@@ -138,7 +138,7 @@ jobs:
138138 # Save cache after editorconfig-checker binary has been downloaded:
139139 - name : ' Save cache after editorconfig-checker binary has been downloaded'
140140 if : always() && steps.cache.outputs.cache-hit != 'true'
141- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
141+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
142142 with :
143143 path : ${{ github.workspace }}/node_modules
144144 key : ${{ steps.cache.outputs.cache-primary-key }}
Original file line number Diff line number Diff line change 9191 # Cache dependencies:
9292 - name : ' Cache dependencies'
9393 # Pin action to full length commit SHA
94- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
94+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9595 id : cache
9696 with :
9797 path : |
Original file line number Diff line number Diff line change 8888 # Cache dependencies:
8989 - name : ' Cache dependencies'
9090 # Pin action to full length commit SHA
91- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
91+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9292 id : cache
9393 with :
9494 path : |
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 # Cache dependencies:
124124 - name : ' Cache dependencies'
125125 # Pin action to full length commit SHA
126- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
126+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
127127 id : cache
128128 with :
129129 path : |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 # Cache dependencies:
101101 - name : ' Cache dependencies'
102102 # Pin action to full length commit SHA
103- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
103+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
104104 id : cache
105105 with :
106106 path : |
Original file line number Diff line number Diff line change 9393 # Cache dependencies:
9494 - name : ' Cache dependencies'
9595 # Pin action to full length commit SHA
96- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
96+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9797 id : cache
9898 with :
9999 path : |
You can’t perform that action at this time.
0 commit comments