diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 7ca72df0a..0812f21f3 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -43,7 +43,7 @@ jobs: echo "pr_sha=$(cat ${{ github.workspace }}/pr_info/PR_SHA)" >> $GITHUB_OUTPUT - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ steps.pr_info.outputs.pr_sha }} fetch-depth: 0 @@ -110,7 +110,7 @@ jobs: if: always() && github.event.repository.fork == false steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Comment PR run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7ffbacb7..052523bda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: if: github.event.repository.fork == false && github.ref == 'refs/heads/main' steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: url: ${{ steps.cloudflare.outputs.deployment-url }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index f27a1cad2..dc0d86c11 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 if: github.event.repository.fork == false && (github.event.workflow_run.conclusion == 'success' || (github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt >= 3) || github.event.workflow_run.conclusion == 'cancelled') steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Send notification env: