File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 timeout-minutes : 5
1616 steps :
1717 - name : 📦 Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020 - name : ⚙️ Configure AWS credentials
21- uses : aws-actions/configure-aws-credentials@v4
21+ uses : aws-actions/configure-aws-credentials@v6
2222 with :
2323 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY }}
2424 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 REDIS_CONNECTION_URL : ' redis://localhost:6379'
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 2
3232
33- - uses : actions/setup-node@v4
33+ - uses : actions/setup-node@v6
3434 with :
3535 node-version : 24.x
3636
4141 run : |
4242 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4343
44- - uses : actions/cache@v4
44+ - uses : actions/cache@v5
4545 with :
4646 path : ${{ env.STORE_PATH }}
4747 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 2424 },
2525 "engines" : {
2626 "node" : " ^24" ,
27- "pnpm" : " ^9 "
27+ "pnpm" : " ^10.0.0 "
2828 },
29- "packageManager" : " pnpm@9.15.9 "
29+ "packageManager" : " pnpm@10.30.2 "
3030}
You can’t perform that action at this time.
0 commit comments