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:
4444 - shell : bash
4545 run : |
4646 echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
47- - uses : actions/cache@v3.2.3
47+ - uses : actions/cache@v4
4848 if : matrix.os == 'ubuntu-latest'
4949 with :
5050 path : dist/linux
5151 key : linux-${{ env.sha_short }}${{ env.flags }}
52- - uses : actions/cache@v3.2.3
52+ - uses : actions/cache@v4
5353 if : matrix.os == 'macos-latest'
5454 with :
5555 path : dist/darwin
5656 key : darwin-${{ env.sha_short }}${{ env.flags }}
57- - uses : actions/cache@v3.2.3
57+ - uses : actions/cache@v4
5858 if : matrix.os == 'windows-latest'
5959 with :
6060 path : dist/windows
@@ -100,15 +100,15 @@ jobs:
100100 - shell : bash
101101 run : |
102102 echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
103- - uses : actions/cache@v3.2.3
103+ - uses : actions/cache@v4
104104 with :
105105 path : dist/linux
106106 key : linux-${{ env.sha_short }}${{ env.flags }}
107- - uses : actions/cache@v3.2.3
107+ - uses : actions/cache@v4
108108 with :
109109 path : dist/darwin
110110 key : darwin-${{ env.sha_short }}${{ env.flags }}
111- - uses : actions/cache@v3.2.3
111+ - uses : actions/cache@v4
112112 with :
113113 path : dist/windows
114114 key : windows-${{ env.sha_short }}${{ env.flags }}
You can’t perform that action at this time.
0 commit comments