diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-04 12:02:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 12:02:54 +0000 |
commit | 506f5c75531eb88a8c39bbb523a9cedb32b18c59 (patch) | |
tree | f5f486026eb534b727ed2466edb52cd65aa6762a | |
parent | Implement MSC4069: Inhibit profile propagation (#16636) (diff) | |
download | synapse-506f5c75531eb88a8c39bbb523a9cedb32b18c59.tar.xz |
Bump matrix-org/netlify-pr-preview from 2 to 3 (#16719)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 b443cd87d1..8b20322308 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@v2 + uses: matrix-org/netlify-pr-preview@v3 with: path: book owner: ${{ github.event.workflow_run.head_repository.owner.login }} |