Skip to content

Commit cc308c2

Browse files
committed
Update checkout action in release workflow
1 parent 2cd5f38 commit cc308c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
# https://github.com/actions/checkout
1414
- name: Checkout repo
15-
uses: actions/checkout@v3
16-
with:
17-
fetch-depth: 0
15+
uses: actions/checkout@v4
1816

1917
# https://github.com/pnpm/action-setup
2018
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)