From 2f985620932c474e34acabeb508c67a1a47dc8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:35:05 +0000 Subject: [PATCH] Bump the default group with 3 updates Bumps the default group with 3 updates: [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls), [withastro/action](https://github.com/withastro/action) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `shogo82148/actions-goveralls` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/25f5320d970fb565100cf1993ada29be1bb196a1...9606dbc5ac5cf888a0e9ef901515c3cd516a2790) Updates `withastro/action` from 5 to 6 - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v5...v6) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: withastro/action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: default - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: default ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e43e262..c4c090a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,6 @@ jobs: - name: Upload coverage reports to Codecov if: matrix.os == 'ubuntu' - uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 + uses: shogo82148/actions-goveralls@9606dbc5ac5cf888a0e9ef901515c3cd516a2790 with: path-to-profile: coverage.txt diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b2dab91..ef6c362 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v6 - name: Install, build, and upload your site - uses: withastro/action@v5 + uses: withastro/action@v6 with: path: ./docs @@ -41,4 +41,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5