Skip to content

Commit 832a8a3

Browse files
chore(deps): update external-major
1 parent 6355dad commit 832a8a3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

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

@@ -34,7 +34,7 @@ jobs:
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 }}

.github/workflows/test.yml

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

@@ -30,7 +30,7 @@ jobs:
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 }}
@@ -42,7 +42,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)