Skip to content

Commit 2d87112

Browse files
committed
chore(workflow): use actions/checkout@v6
1 parent 468691e commit 2d87112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changeset-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
# Critical: Fetch full history for accurate changelog generation
2525
fetch-depth: 0

0 commit comments

Comments
 (0)