From 7be7dc8515242f1cf10fba45863d6bb1fe1ee2a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 09:01:57 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.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/v4.1.1...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ed1c7d6..acbc0d4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest name: Auto-fix check (PHPCBF) steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #4.1.6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2 - name: Build PHP container run: docker build --build-arg "PHP_VERSION=8.3" -t php --file docker/Dockerfile docker/ @@ -45,7 +45,7 @@ jobs: php-version: ["8.1", "8.2", "8.3", "8.4", "8.5"] name: Psalm (PHP ${{ matrix.php-version }}) steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #4.1.6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2 - name: Build PHP container run: docker build --build-arg "PHP_VERSION=${{ matrix.php-version }}" -t php --file docker/Dockerfile docker/ @@ -71,7 +71,7 @@ jobs: php-version: ["8.1", "8.2", "8.3", "8.4", "8.5"] name: Lint (PHP ${{ matrix.php-version }}) steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #4.1.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2 - name: Build PHP container run: docker build --build-arg "PHP_VERSION=${{ matrix.php-version }}" -t php --file docker/Dockerfile docker/ @@ -97,7 +97,7 @@ jobs: php-version: ["8.1", "8.2", "8.3", "8.4", "8.5"] name: PHP v${{ matrix.php-version }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #4.1.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #6.0.2 - name: Build PHP container run: docker build --build-arg "PHP_VERSION=${{ matrix.php-version }}" -t php --file docker/Dockerfile docker/