diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index ca227772..719d9469 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -28,7 +28,7 @@ jobs: BASE_URL: '/' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/optimize-images.yml b/.github/workflows/optimize-images.yml index 33068d11..cbb9f53d 100644 --- a/.github/workflows/optimize-images.yml +++ b/.github/workflows/optimize-images.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false ref: main diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index c6299211..a5c0a35e 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,7 +20,7 @@ jobs: steps: # we set the correct repository and reference sha for PR preview - name: Checkout PR - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }}