From f4801fd1d2f3faaececbe7fabce3a72b685f72c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:18:15 +0000 Subject: [PATCH] MESH-2092 Bump the dependencies group across 1 directory with 4 updates Bumps the dependencies group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache), [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) Updates `mikepenz/action-junit-report` from 5.6.2 to 6.1.0 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/3585e9575db828022551b4231f165eb59a0e74e3...a294a61c909bd8a4b563024a2faa28897fd53ebc) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mikepenz/action-junit-report dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-develop.yml | 8 ++++---- .github/workflows/pull-request.yml | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index d1c56f2..a23d5a3 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -15,7 +15,7 @@ jobs: if: github.repository == 'NHSDigital/mesh-sandbox' && !contains(github.event.head_commit.message, 'tag release version:') steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: poetry self add "poetry-dynamic-versioning[plugin]" - name: cache virtualenv - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .venv @@ -99,7 +99,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 + uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc with: check_name: junit reports report_paths: reports/junit/*.xml @@ -113,7 +113,7 @@ jobs: if: github.repository == 'NHSDigital/mesh-sandbox' && github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, 'tag release version:') steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b9f337e..2d24c8b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -15,7 +15,7 @@ jobs: if: github.repository == 'NHSDigital/mesh-sandbox' steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: poetry self add "poetry-dynamic-versioning[plugin]" - name: cache virtualenv - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .venv @@ -134,14 +134,14 @@ jobs: - name: archive reports if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: reports path: reports/**/* - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 + uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc with: check_name: junit reports report_paths: reports/junit/*.xml @@ -155,7 +155,7 @@ jobs: if: github.repository == 'NHSDigital/mesh-sandbox' steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -193,7 +193,7 @@ jobs: poetry self add "poetry-dynamic-versioning[plugin]" - name: cache virtualenv - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .venv @@ -237,7 +237,7 @@ jobs: - lint steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -280,7 +280,7 @@ jobs: poetry self add "poetry-dynamic-versioning[plugin]" - name: cache virtualenv - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .venv