From 691662fc2ae242c0f8afbfe0b7b907de4b564b24 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 2 Apr 2026 09:53:26 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00ac1425a..9a9f326b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: - name: Checkout documentation repo if: github.ref_name == 'master' && github.repository == 'plotly/graphing-library-docs' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: plotly/documentation ref: gh-pages