diff options
author | David Robertson <davidr@element.io> | 2023-05-11 19:24:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 18:24:32 +0000 |
commit | 7c76514f1e412d49dbde7070841de1a68400ccde (patch) | |
tree | ceda4034c29c86bbeb90d01c78878408fee2ac4f /.github/workflows/docs-pr-netlify.yaml | |
parent | Print full startup/initialization error (#15569) (diff) | |
download | synapse-7c76514f1e412d49dbde7070841de1a68400ccde.tar.xz |
Deal with more GHA deprecations (#15576)
* Bump netlify PR * Manually cache mypy cache dir cache cache cache cache cache cache cache cache cache cache * Changelog
Diffstat (limited to '.github/workflows/docs-pr-netlify.yaml')
-rw-r--r-- | .github/workflows/docs-pr-netlify.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs-pr-netlify.yaml b/.github/workflows/docs-pr-netlify.yaml index d613dd9e26..928bcae8cf 100644 --- a/.github/workflows/docs-pr-netlify.yaml +++ b/.github/workflows/docs-pr-netlify.yaml @@ -22,7 +22,7 @@ jobs: path: book - name: 📤 Deploy to Netlify - uses: matrix-org/netlify-pr-preview@v1 + uses: matrix-org/netlify-pr-preview@v2 with: path: book owner: ${{ github.event.workflow_run.head_repository.owner.login }} |