Skip to content

Commit 1324b8d

Browse files
chore(deps): update actions/checkout action to v7 (#2057)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69038b1 commit 1324b8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: 'ubuntu-24.04'
1212

1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- uses: pnpm/action-setup@v6
1616
- uses: actions/setup-node@v6
1717
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: 'ubuntu-24.04'
1414
steps:
1515
- name: Checkout Repo
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1919
fetch-depth: 0

0 commit comments

Comments
 (0)