File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 name : PR Stats
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 2
2323
2424 - name : Setup Node.js environment
2525 uses : actions/setup-node@v3
2626 with :
27- node-version : 18
27+ node-version : 24
2828 registry-url : https://registry.npmjs.org/
2929
3030 # We use week in the turbo cache key to keep the cache from infinitely growing
3333
3434 - name : Turbo Cache
3535 id : turbo-cache
36- uses : actions/cache@v3
36+ uses : actions/cache@v4
3737 with :
3838 path : .turbo
3939 key : turbo-${{ github.job }}-${{ github.ref_name }}-${{ steps.get-week.outputs.WEEK }}-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 name : Release
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 2
2626
2727 - name : Setup Node.js environment
28- uses : actions/setup-node@v3
28+ uses : actions/setup-node@v4
2929 with :
30- node-version : 18
30+ node-version : 24
3131 registry-url : https://registry.npmjs.org/
3232
3333 # We use week in the turbo cache key to keep the cache from infinitely growing
3636
3737 - name : Turbo Cache
3838 id : turbo-cache
39- uses : actions/cache@v3
39+ uses : actions/cache@v4
4040 with :
4141 path : .turbo
4242 key : turbo-${{ github.job }}-${{ github.ref_name }}-${{ steps.get-week.outputs.WEEK }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments