Skip to content

Commit cb16bc5

Browse files
chore(deps): update all major dependencies
1 parent fabf340 commit cb16bc5

5 files changed

Lines changed: 175 additions & 404 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -41,7 +41,7 @@ jobs:
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') }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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
}

0 commit comments

Comments
 (0)