2121 timeout-minutes : 10
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525
2626 - name : Calc tools versions
2727 id : tools-versions
@@ -32,12 +32,12 @@ jobs:
3232 echo "pnpm-version=$PNPM_VERSION" >> $GITHUB_OUTPUT
3333
3434 - name : Setup Node.js
35- uses : actions/setup-node@v4
35+ uses : actions/setup-node@v6
3636 with :
3737 node-version : ${{ steps.tools-versions.outputs.node-version }}
3838
3939 - name : Install pnpm
40- uses : pnpm/action-setup@v4
40+ uses : pnpm/action-setup@v5
4141 with :
4242 version : ${{ steps.tools-versions.outputs.pnpm-version }}
4343
4747 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4848
4949 - name : Setup pnpm cache
50- uses : actions/cache@v4
50+ uses : actions/cache@v5
5151 with :
5252 path : ${{ env.STORE_PATH }}
5353 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
7070 timeout-minutes : 15
7171 steps :
7272 - name : Checkout
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v6
7474
7575 - name : Calc tools versions
7676 id : tools-versions
@@ -81,12 +81,12 @@ jobs:
8181 echo "pnpm-version=$PNPM_VERSION" >> $GITHUB_OUTPUT
8282
8383 - name : Setup Node.js
84- uses : actions/setup-node@v4
84+ uses : actions/setup-node@v6
8585 with :
8686 node-version : ${{ steps.tools-versions.outputs.node-version }}
8787
8888 - name : Install pnpm
89- uses : pnpm/action-setup@v4
89+ uses : pnpm/action-setup@v5
9090 with :
9191 version : ${{ steps.tools-versions.outputs.pnpm-version }}
9292
9696 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
9797
9898 - name : Setup pnpm cache
99- uses : actions/cache@v4
99+ uses : actions/cache@v5
100100 with :
101101 path : ${{ env.STORE_PATH }}
102102 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -119,7 +119,7 @@ jobs:
119119 timeout-minutes : 20
120120 steps :
121121 - name : Checkout
122- uses : actions/checkout@v4
122+ uses : actions/checkout@v6
123123
124124 - name : Calc tools versions
125125 id : tools-versions
@@ -130,12 +130,12 @@ jobs:
130130 echo "pnpm-version=$PNPM_VERSION" >> $GITHUB_OUTPUT
131131
132132 - name : Setup Node.js
133- uses : actions/setup-node@v4
133+ uses : actions/setup-node@v6
134134 with :
135135 node-version : ${{ steps.tools-versions.outputs.node-version }}
136136
137137 - name : Install pnpm
138- uses : pnpm/action-setup@v4
138+ uses : pnpm/action-setup@v5
139139 with :
140140 version : ${{ steps.tools-versions.outputs.pnpm-version }}
141141
@@ -145,7 +145,7 @@ jobs:
145145 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
146146
147147 - name : Setup pnpm cache
148- uses : actions/cache@v4
148+ uses : actions/cache@v5
149149 with :
150150 path : ${{ env.STORE_PATH }}
151151 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments