diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index 279e41bcc2..4b13db67ea 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -44,7 +44,7 @@ jobs: fi - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: ref: ${{ steps.base_branch.outputs.BRANCH }} persist-credentials: false