mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
Downgrade actions/checkout in release workflow
This commit is contained in:
parent
14924b03ce
commit
591356738d
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: ${{ env.FETCH_DEPTH }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user