25
25
run : python -m build
26
26
27
27
- name : Cache dist
28
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
28
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
29
29
with :
30
30
path : dist
31
31
key : devservices-dist-${{ github.sha }}
70
70
cp $BINARY_PATH binaries/${{ matrix.asset_name }}
71
71
72
72
- name : Cache binary
73
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
73
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
74
74
with :
75
75
path : binaries/${{ matrix.asset_name }}
76
76
key : ${{ matrix.asset_name }}-${{ github.sha }}
@@ -83,19 +83,19 @@ jobs:
83
83
if : github.event_name != 'pull_request'
84
84
steps :
85
85
- name : Restore dist cache
86
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
86
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
87
87
with :
88
88
path : dist
89
89
key : devservices-dist-${{ github.sha }}
90
90
91
91
- name : Restore Linux binary cache
92
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
92
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
93
93
with :
94
94
path : binaries/devservices-linux
95
95
key : devservices-linux-${{ github.sha }}
96
96
97
97
- name : Restore macOS binary cache
98
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
98
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
99
99
with :
100
100
path : binaries/devservices-darwin
101
101
key : devservices-darwin-${{ github.sha }}
0 commit comments