From 0ee2fbc4632906b8e9c83bac001be841c0d2c485 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:30:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7.0.0 --- .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 b7dfd8ec8..209c4edd4 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -39,14 +39,14 @@ jobs: steps: - name: Checkout docs repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: docs fetch-depth: 0 token: ${{ github.token }} - name: Checkout Saltbox repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: saltyorg/Saltbox ref: ${{ github.event.inputs.saltbox_branch || 'master' }} @@ -54,7 +54,7 @@ jobs: fetch-depth: 1 - name: Checkout Sandbox repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: saltyorg/Sandbox ref: ${{ github.event.inputs.sandbox_branch || 'master' }} 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