File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3838 python-version : ' 3.x'
3939
4040 - id : cache-bin
41- uses : actions/cache@v3
41+ uses : actions/cache@v4
4242 with :
4343 path : bin
4444 key : ${{ runner.os }}-bin-2
8383 python-version : ' 3.x'
8484
8585 - id : cache-bin
86- uses : actions/cache@v3
86+ uses : actions/cache@v4
8787 with :
8888 path : bin
8989 key : ${{ runner.os }}-bin-2
@@ -116,7 +116,7 @@ jobs:
116116 python-version : ' 3.x'
117117
118118 - id : cache-bin
119- uses : actions/cache@v3
119+ uses : actions/cache@v4
120120 with :
121121 path : bin
122122 key : ${{ runner.os }}-bin-2
Original file line number Diff line number Diff line change 2929 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3030
3131 - id : cache-bin
32- uses : actions/cache@v3
32+ uses : actions/cache@v4
3333 with :
3434 path : bin
3535 key : ${{ runner.os }}-bin-2
7373 cache-dependency-path : frontend/package-lock.json
7474
7575 - id : cache-bin
76- uses : actions/cache@v3
76+ uses : actions/cache@v4
7777 with :
7878 path : bin
7979 key : ${{ runner.os }}-bin-2
@@ -110,7 +110,7 @@ jobs:
110110 cache-dependency-path : frontend/package-lock.json
111111
112112 - id : cache-bin
113- uses : actions/cache@v3
113+ uses : actions/cache@v4
114114 with :
115115 path : bin
116116 key : ${{ runner.os }}-bin-2
You can’t perform that action at this time.
0 commit comments