From 7f211207fb6670e0c47d8a3ed6b56d75854bc934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:22:48 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 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] --- .github/workflows/code-style.yml | 2 +- .github/workflows/laravel.yml | 2 +- .github/workflows/security-checks.yml | 2 +- .github/workflows/slim.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 14b5e83..efcff48 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -12,7 +12,7 @@ jobs: php-cs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Checkout repository - name: Setup PHP diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 8d9410d..88a112d 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -26,7 +26,7 @@ jobs: name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Checkout repository - name: Cache dependencies diff --git a/.github/workflows/security-checks.yml b/.github/workflows/security-checks.yml index f58f295..140419f 100644 --- a/.github/workflows/security-checks.yml +++ b/.github/workflows/security-checks.yml @@ -21,7 +21,7 @@ jobs: name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Checkout repository - name: Setup PHP diff --git a/.github/workflows/slim.yml b/.github/workflows/slim.yml index 1351aa2..beb6048 100644 --- a/.github/workflows/slim.yml +++ b/.github/workflows/slim.yml @@ -21,7 +21,7 @@ jobs: name: PHP ${{ matrix.php }} / Slim ${{ matrix.slim }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Checkout repository - name: Cache dependencies diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 2ffb038..cbcb15d 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -12,7 +12,7 @@ jobs: static-analysis: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Checkout repository - name: Setup PHP