Skip to content

Commit f71049b

Browse files
committed
Auto merge of rust-lang#16598 - lnicola:fix-release, r=lnicola
internal: Downgrade actions/checkout in release workflow
2 parents 14924b0 + 5913567 commit f71049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
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)