From 99eaaa3cfa02cbab50f60cee8f7c6aca9e5cdb2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 20:04:36 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [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/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/_pest.yml | 2 +- .github/workflows/_phpstan.yml | 2 +- .github/workflows/_pint.yml | 2 +- .github/workflows/_rector.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_pest.yml b/.github/workflows/_pest.yml index 74b44162..d13c291d 100644 --- a/.github/workflows/_pest.yml +++ b/.github/workflows/_pest.yml @@ -29,7 +29,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup PHP uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0 diff --git a/.github/workflows/_phpstan.yml b/.github/workflows/_phpstan.yml index 6594b168..bdbd5dfb 100644 --- a/.github/workflows/_phpstan.yml +++ b/.github/workflows/_phpstan.yml @@ -29,7 +29,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup PHP uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0 diff --git a/.github/workflows/_pint.yml b/.github/workflows/_pint.yml index cbf15c23..0f1a4c0e 100644 --- a/.github/workflows/_pint.yml +++ b/.github/workflows/_pint.yml @@ -29,7 +29,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup PHP uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0 diff --git a/.github/workflows/_rector.yml b/.github/workflows/_rector.yml index 47dd5777..06fd38ed 100644 --- a/.github/workflows/_rector.yml +++ b/.github/workflows/_rector.yml @@ -29,7 +29,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup PHP uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 052819b6..3d3de18e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -25,7 +25,7 @@ jobs: COMPOSER_FLAGS: ${{ steps.setup.outputs.COMPOSER_FLAGS }} steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup job outputs id: setup