From a9240690b0a754754a87d3cb2d3d4f0e27582523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 00:03:52 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-package-update.yml | 2 +- .github/workflows/main.yml | 6 +++--- .github/workflows/rector.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-package-update.yml b/.github/workflows/auto-package-update.yml index e2706b5..d80b0e6 100644 --- a/.github/workflows/auto-package-update.yml +++ b/.github/workflows/auto-package-update.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} # Must be used to trigger workflow after push diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 016d395..2adc87c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: .env run: php -r "copy('.env.ci', '.env');" @@ -30,7 +30,7 @@ jobs: test_suite: [Unit, Feature] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: .env run: php -r "copy('.env.ci', '.env');" @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install SSH key run: > diff --git a/.github/workflows/rector.yml b/.github/workflows/rector.yml index bd73b39..f67b132 100644 --- a/.github/workflows/rector.yml +++ b/.github/workflows/rector.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.head.repo.full_name == '128na/SimutransCrossSearch' steps: - if: github.event.pull_request.head.repo.full_name == github.repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Must be used to trigger workflow after push token: ${{ secrets.ACCESS_TOKEN }}