Skip to content

Commit 5913567

Browse files
committed
Downgrade actions/checkout in release workflow
1 parent 14924b0 commit 5913567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v3
6363
with:
6464
fetch-depth: ${{ env.FETCH_DEPTH }}
6565

0 commit comments

Comments
 (0)