diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-16 11:35:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 11:35:47 +0100 |
commit | 83894180b2a4345d4b1c51d9268136b6167858e6 (patch) | |
tree | aeb8c916daab7450b22f65ae2ea9c12faf965431 | |
parent | Handle remote download responses with `UNKNOWN_LENGTH` more gracefully (#17439) (diff) | |
download | synapse-83894180b2a4345d4b1c51d9268136b6167858e6.tar.xz |
Bump matrix-org/done-action from 2 to 3 (#17440)
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 767495101b..730f8552d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -305,7 +305,7 @@ jobs: - lint-readme runs-on: ubuntu-latest steps: - - uses: matrix-org/done-action@v2 + - uses: matrix-org/done-action@v3 with: needs: ${{ toJSON(needs) }} @@ -737,7 +737,7 @@ jobs: - linting-done runs-on: ubuntu-latest steps: - - uses: matrix-org/done-action@v2 + - uses: matrix-org/done-action@v3 with: needs: ${{ toJSON(needs) }} |