From 662a2b75ca93bd14cbdc791a20f90da74712175d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:32:18 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 in /example-workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example-workflows/build-and-deploy.yaml | 2 +- example-workflows/cancel-previous-runs.yaml | 2 +- example-workflows/custom-deploy-branch.yaml | 2 +- example-workflows/force-push.yaml | 2 +- example-workflows/review-app.yaml | 6 +++--- example-workflows/simple.yaml | 2 +- example-workflows/specify-ssh-host-key.yaml | 2 +- example-workflows/verbose-logging.yaml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/example-workflows/build-and-deploy.yaml b/example-workflows/build-and-deploy.yaml index a532160..a703700 100644 --- a/example-workflows/build-and-deploy.yaml +++ b/example-workflows/build-and-deploy.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/cancel-previous-runs.yaml b/example-workflows/cancel-previous-runs.yaml index 2609600..337d2af 100644 --- a/example-workflows/cancel-previous-runs.yaml +++ b/example-workflows/cancel-previous-runs.yaml @@ -18,7 +18,7 @@ jobs: access_token: ${{ github.token }} - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/custom-deploy-branch.yaml b/example-workflows/custom-deploy-branch.yaml index 1f1569d..be5d049 100644 --- a/example-workflows/custom-deploy-branch.yaml +++ b/example-workflows/custom-deploy-branch.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/force-push.yaml b/example-workflows/force-push.yaml index e27bf04..f3c3f47 100644 --- a/example-workflows/force-push.yaml +++ b/example-workflows/force-push.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/review-app.yaml b/example-workflows/review-app.yaml index acc9be4..d083464 100644 --- a/example-workflows/review-app.yaml +++ b/example-workflows/review-app.yaml @@ -13,7 +13,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.action == 'opened' steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.action != 'opened' && github.event.action != 'closed' steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: steps: # only needed if you have destroy hooks - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Destroy the review app uses: dokku/github-action@master diff --git a/example-workflows/simple.yaml b/example-workflows/simple.yaml index e1a75a4..9834bff 100644 --- a/example-workflows/simple.yaml +++ b/example-workflows/simple.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/specify-ssh-host-key.yaml b/example-workflows/specify-ssh-host-key.yaml index d86bc5c..b8e8469 100644 --- a/example-workflows/specify-ssh-host-key.yaml +++ b/example-workflows/specify-ssh-host-key.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/example-workflows/verbose-logging.yaml b/example-workflows/verbose-logging.yaml index b8f2833..6628af3 100644 --- a/example-workflows/verbose-logging.yaml +++ b/example-workflows/verbose-logging.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0