From 30ce7448e6c8eba34294bbcc8dffc2f44dbd5990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:16:40 +0100 Subject: [PATCH] ci: bump the actions group across 1 directory with 2 updates (#177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: Alexandre Bouthéon <137152543+a-bouth@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 4 ++-- doc/changelog.d/177.maintenance.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/177.maintenance.md diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 52e070e98..43ff065d8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -125,7 +125,7 @@ jobs: python-version: ${{ env.MAIN_PYTHON_VERSION }} - name: Set up headless display - uses: pyvista/setup-headless-display-action@v2 + uses: pyvista/setup-headless-display-action@v3 with: pyvista: false @@ -170,7 +170,7 @@ jobs: retention-days: 7 - name: "Upload coverage reports to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: .cov/xml diff --git a/doc/changelog.d/177.maintenance.md b/doc/changelog.d/177.maintenance.md new file mode 100644 index 000000000..c3fd37c08 --- /dev/null +++ b/doc/changelog.d/177.maintenance.md @@ -0,0 +1 @@ +ci: bump the actions group across 1 directory with 2 updates \ No newline at end of file