Skip to content

Commit c819142

Browse files
committed
fix: update actions/checkout to v6 and set fetch-depth to 0
1 parent 20be22d commit c819142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
if: ${{github.ref_type == 'tag' }}
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
24+
fetch-depth: 0
2425
ref: ${{ github.ref_name }}
2526

2627
- name: Set up Node.js

0 commit comments

Comments
 (0)