Skip to content

Commit 3b6c317

Browse files
chore(deps): update actions/checkout action to v5 (#200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7c3919 commit 3b6c317

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@v4
18+
- uses: actions/checkout@v5
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@v4
43+
- uses: actions/checkout@v5
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@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0 # Need history for changelog generation
2727
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)