diff options
| author | bors <bors@rust-lang.org> | 2024-02-19 06:34:06 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-19 06:34:06 +0000 |
| commit | f71049bfb16fccae6dd025c624f55ac52f61b519 (patch) | |
| tree | 5144cae2914e3c28d716f0f899762a919bd856d4 | |
| parent | 14924b03ce5dd9b64cebc5c06a7484ea6516f9ac (diff) | |
| parent | 591356738d397dc1d1f8a7b815ac374ede4a5cb1 (diff) | |
| download | rust-f71049bfb16fccae6dd025c624f55ac52f61b519.tar.gz rust-f71049bfb16fccae6dd025c624f55ac52f61b519.zip | |
Auto merge of #16598 - lnicola:fix-release, r=lnicola
internal: Downgrade actions/checkout in release workflow
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index adb1c850516..88adc3bc757 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: ${{ env.FETCH_DEPTH }} |
