diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 633c5a3df5..30092d41db 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -19,7 +19,7 @@ jobs: pages: write # needed to build GitHub Pages artifacts id-token: write # needed for OIDC authentication with GitHub Pages steps: - - uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 + - uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false