From ff37860e0c37d1736d13ba5cf24d438f727de26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:06:41 -0400 Subject: [PATCH] CI: Bump the everything group with 2 updates (#7347) --- .github/workflows/coverage.yml | 2 +- .github/workflows/pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c248cb3c7..6c647345a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -90,7 +90,7 @@ jobs: find obj_coverage -type f | paste -sd, | sed "s/^/files=/" >> "$GITHUB_OUTPUT" - name: Upload to codecov.io - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: disable_file_fixes: true disable_search: true diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d4cb6e39b..d0f883670 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -61,7 +61,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 notify: name: Notify