File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,17 +44,17 @@ jobs:
44
44
- shell : bash
45
45
run : |
46
46
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
47
- - uses : actions/cache@v3.2.3
47
+ - uses : actions/cache@v4
48
48
if : matrix.os == 'ubuntu-latest'
49
49
with :
50
50
path : dist/linux
51
51
key : linux-${{ env.sha_short }}${{ env.flags }}
52
- - uses : actions/cache@v3.2.3
52
+ - uses : actions/cache@v4
53
53
if : matrix.os == 'macos-latest'
54
54
with :
55
55
path : dist/darwin
56
56
key : darwin-${{ env.sha_short }}${{ env.flags }}
57
- - uses : actions/cache@v3.2.3
57
+ - uses : actions/cache@v4
58
58
if : matrix.os == 'windows-latest'
59
59
with :
60
60
path : dist/windows
@@ -100,15 +100,15 @@ jobs:
100
100
- shell : bash
101
101
run : |
102
102
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
103
- - uses : actions/cache@v3.2.3
103
+ - uses : actions/cache@v4
104
104
with :
105
105
path : dist/linux
106
106
key : linux-${{ env.sha_short }}${{ env.flags }}
107
- - uses : actions/cache@v3.2.3
107
+ - uses : actions/cache@v4
108
108
with :
109
109
path : dist/darwin
110
110
key : darwin-${{ env.sha_short }}${{ env.flags }}
111
- - uses : actions/cache@v3.2.3
111
+ - uses : actions/cache@v4
112
112
with :
113
113
path : dist/windows
114
114
key : windows-${{ env.sha_short }}${{ env.flags }}
You can’t perform that action at this time.
0 commit comments