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 @@ -41,17 +41,17 @@ jobs:
41
41
- shell : bash
42
42
run : |
43
43
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
44
- - uses : actions/cache@v3
44
+ - uses : actions/cache@v3.2.3
45
45
if : matrix.os == 'ubuntu-latest'
46
46
with :
47
47
path : dist/linux
48
48
key : linux-${{ env.sha_short }}
49
- - uses : actions/cache@v3
49
+ - uses : actions/cache@v3.2.3
50
50
if : matrix.os == 'macos-latest'
51
51
with :
52
52
path : dist/darwin
53
53
key : darwin-${{ env.sha_short }}
54
- - uses : actions/cache@v3
54
+ - uses : actions/cache@v3.2.3
55
55
if : matrix.os == 'windows-latest'
56
56
with :
57
57
path : dist\windows
@@ -96,15 +96,15 @@ jobs:
96
96
- shell : bash
97
97
run : |
98
98
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
99
- - uses : actions/cache@v3
99
+ - uses : actions/cache@v3.2.3
100
100
with :
101
101
path : dist/linux
102
102
key : linux-${{ env.sha_short }}
103
- - uses : actions/cache@v3
103
+ - uses : actions/cache@v3.2.3
104
104
with :
105
105
path : dist/darwin
106
106
key : darwin-${{ env.sha_short }}
107
- - uses : actions/cache@v3
107
+ - uses : actions/cache@v3.2.3
108
108
with :
109
109
path : dist/windows
110
110
key : windows-${{ env.sha_short }}
You can’t perform that action at this time.
0 commit comments