summary refs log tree commit diff
path: root/.github/workflows/docs-pr-netlify.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-04 12:02:54 +0000
committerGitHub <noreply@github.com>2023-12-04 12:02:54 +0000
commit506f5c75531eb88a8c39bbb523a9cedb32b18c59 (patch)
treef5f486026eb534b727ed2466edb52cd65aa6762a /.github/workflows/docs-pr-netlify.yaml
parentImplement MSC4069: Inhibit profile propagation (#16636) (diff)
downloadsynapse-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>
Diffstat (limited to '')
-rw-r--r--.github/workflows/docs-pr-netlify.yaml2
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 }}