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