From eef9ade5880e289a07866130c202b2cd76c5757e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:31:18 +0000 Subject: [PATCH 1/4] Bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee41eb0..f639133 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - name: Log in to Docker Hub if: env.DOCKERHUB_USERNAME != '' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@v4 - name: Log in to Docker Hub if: env.DOCKERHUB_USERNAME != '' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} From 554120c03fb6bddf292ebaeab9e0aa4edeb8012d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:31:21 +0000 Subject: [PATCH 2/4] Bump arduino/setup-task from 2 to 3 Bumps [arduino/setup-task](https://github.com/arduino/setup-task) from 2 to 3. - [Release notes](https://github.com/arduino/setup-task/releases) - [Commits](https://github.com/arduino/setup-task/compare/v2...v3) --- updated-dependencies: - dependency-name: arduino/setup-task dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f639133..e8ea8c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: arduino/setup-task@v2 + - uses: arduino/setup-task@v3 with: version: 3.x repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -72,7 +72,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: arduino/setup-task@v2 + - uses: arduino/setup-task@v3 with: version: 3.x repo-token: ${{ secrets.GITHUB_TOKEN }} From 264ae01c103ecb62fb66919c12039169ff2dd316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:31:25 +0000 Subject: [PATCH 3/4] Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8ea8c3..f3c2cdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: CACHE_SCOPE: app-php8.3 DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Log in to Docker Hub if: env.DOCKERHUB_USERNAME != '' uses: docker/login-action@v4 @@ -65,7 +65,7 @@ jobs: CACHE_SCOPE: app-php${{ matrix.php }} DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Log in to Docker Hub if: env.DOCKERHUB_USERNAME != '' uses: docker/login-action@v4 From 33955a835e57c59bef1205110fd06915ab87e3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:31:27 +0000 Subject: [PATCH 4/4] Bump dorny/test-reporter from 1 to 3 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 3. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v1...v3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3c2cdc..12ae0c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: run: >- $COMPOSE exec -T app vendor/bin/phpunit --log-junit coverage/junit.xml - - uses: dorny/test-reporter@v1 + - uses: dorny/test-reporter@v3 if: always() with: name: PHPUnit Results (PHP ${{ matrix.php }})