Skip to content

Commit 04d1300

Browse files
chore(deps): update actions/checkout action to v6 (#187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73efc96 commit 04d1300

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, 24.x]
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: pnpm/action-setup@v4
2020
with:
2121
version: 10.23.0
@@ -65,7 +65,7 @@ jobs:
6565
CI: true
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
- uses: jdx/mise-action@v3
7070
- run: pnpm i --frozen-lockfile
7171
- name: test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.ACTION_GITHUB_TOKEN }}
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0 # Need history for changelog generation
2828
- name: config git user

0 commit comments

Comments
 (0)