Skip to content

Commit 1c2fe51

Browse files
committed
fix(actions): try checkout@v2.
1 parent 777c2d0 commit 1c2fe51

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
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v2
1818
with:
1919
token: ${{ env.GH_TOKEN }}
2020
persist-credentials: false

0 commit comments

Comments
 (0)