From 740eb55666cb9a0d0684b891e19080a3af2ebbf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 21:04:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7.0.1 --- .github/workflows/automation.yml | 6 +++--- .github/workflows/build.yml | 4 ++-- .github/workflows/notify.yml | 2 +- .github/workflows/trigger-pr-build.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index cf0e1ae52..489eba74c 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -33,21 +33,21 @@ jobs: steps: - name: Checkout docs repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: docs fetch-depth: 0 token: ${{ secrets.GH_TOKEN }} - name: Checkout Saltbox repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: saltyorg/Saltbox path: saltbox fetch-depth: 1 - name: Checkout Sandbox repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: saltyorg/Sandbox path: sandbox diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c3bd3348..4a763bdc8 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@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: url: ${{ steps.cloudflare.outputs.deployment-url }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index dc0d86c11..e2b2ad748 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@v6 + - uses: actions/checkout@v7 - name: Send notification env: diff --git a/.github/workflows/trigger-pr-build.yml b/.github/workflows/trigger-pr-build.yml index df209d1e7..ed6c9ba96 100644 --- a/.github/workflows/trigger-pr-build.yml +++ b/.github/workflows/trigger-pr-build.yml @@ -16,7 +16,7 @@ jobs: if: github.event.repository.fork == false steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0