Skip to content

Commit da12930

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v5.0.1
12+
uses: actions/checkout@v6.0.0
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v4.2.0
1515
id: pnpm-install

0 commit comments

Comments
 (0)