File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Cache build
33- uses : actions/cache@v4
33+ uses : actions/cache@v5
3434 id : cache-build
3535 with :
3636 path : /tmp/Rocket.Chat.tar.gz
6969 # df -h
7070
7171 - name : Cache vite
72- uses : actions/cache@v3
72+ uses : actions/cache@v5
7373 if : steps.cache-build.outputs.cache-hit != 'true'
7474 with :
7575 path : ./node_modules/.vite
7878 vite-local-cache-${{ runner.arch }}-${{ runner.os }}-
7979
8080 - name : Cache meteor local
81- uses : actions/cache@v3
81+ uses : actions/cache@v5
8282 if : steps.cache-build.outputs.cache-hit != 'true'
8383 with :
8484 path : ./apps/meteor/.meteor/local
8787 meteor-local-cache-${{ runner.arch }}-${{ runner.os }}-${{ inputs.type }}-
8888
8989 - name : Cache meteor
90- uses : actions/cache@v3
90+ uses : actions/cache@v5
9191 if : steps.cache-build.outputs.cache-hit != 'true'
9292 with :
9393 path : ~/.meteor
Original file line number Diff line number Diff line change 4141 - name : Cache Node Modules & Deno
4242 if : inputs.cache-modules
4343 id : cache-node-modules
44- uses : actions/cache@v3
44+ uses : actions/cache@v5
4545 with :
4646 # We need to cache node_modules for all workspaces with "hoistingLimits" defined
4747 path : |
Original file line number Diff line number Diff line change 55
66 steps :
77 - name : Cache Playwright binaries
8- uses : actions/cache@v4
8+ uses : actions/cache@v5
99 id : cache-playwright
1010 with :
1111 path : |
You can’t perform that action at this time.
0 commit comments