From 8ecc695acd7a4d2c36e4c85376d2330c105f2895 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:12:43 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/draft-release-notes.yml | 2 +- .github/workflows/test-php.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-release-notes.yml b/.github/workflows/draft-release-notes.yml index 82a8b3a..48701e3 100644 --- a/.github/workflows/draft-release-notes.yml +++ b/.github/workflows/draft-release-notes.yml @@ -20,6 +20,6 @@ jobs: steps: - name: Draft release notes - uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7 + uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 71cb195..36dba3a 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -74,7 +74,7 @@ jobs: continue-on-error: ${{ vars.CI_TEST_IGNORE_FAILURE == '1' }} - name: Upload coverage report as an artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{github.job}}-code-coverage-report-${{ matrix.php-versions }} path: .logs