Skip to content

Commit 4e0a8e7

Browse files
chore(deps): update actions/checkout action to v6
1 parent 3471f76 commit 4e0a8e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
node-version: [18.x, 20.x, 22.x]
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: jdx/mise-action@v2
2020
- run: pnpm i
2121
- name: types
@@ -40,7 +40,7 @@ jobs:
4040
CI: true
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- uses: pnpm/action-setup@v2
4545
with:
4646
version: 8.15.9

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0 # Need history for changelog generation
2727
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)