File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 node-version : [23.x]
1313 steps :
1414 - name : Checkout repo
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
1919 - name : Use Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v6
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323
3434 run : |
3535 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3636
37- - uses : actions/cache@v4
37+ - uses : actions/cache@v5
3838 name : Setup pnpm cache
3939 with :
4040 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 node-version : [23.x]
1111 steps :
1212 - name : Checkout repo
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414
1515 - name : Use Node.js ${{ matrix.node-version }}
16- uses : actions/setup-node@v4
16+ uses : actions/setup-node@v6
1717 with :
1818 node-version : ${{ matrix.node-version }}
1919
3030 run : |
3131 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3232
33- - uses : actions/cache@v4
33+ - uses : actions/cache@v5
3434 name : Setup pnpm cache
3535 with :
3636 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4242 run : pnpm i --frozen-lockfile
4343
4444 # Set up GitHub Actions caching for Turborepo
45- - uses : actions/cache@v4
45+ - uses : actions/cache@v5
4646 with :
4747 path : .turbo
4848 key : ${{ runner.os }}-turbo-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments