Skip to content

Commit 8bad463

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6.0.3
12+
uses: actions/checkout@v7.0.0
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v6.0.9
1515
id: pnpm-install

0 commit comments

Comments
 (0)