From 3081f3105b0237192ed8649aaef297d04d169a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:45:42 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/setup-java](https://github.com/actions/setup-java) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v6) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/automated-testing.yaml | 2 +- .github/workflows/branch-cicd.yaml | 2 +- .github/workflows/postman-collection-docs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automated-testing.yaml b/.github/workflows/automated-testing.yaml index 7e96d0c..8fa1e6c 100644 --- a/.github/workflows/automated-testing.yaml +++ b/.github/workflows/automated-testing.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v7 - name: ☕️ Set up OpenJDK - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: 'adopt' java-version: '11' diff --git a/.github/workflows/branch-cicd.yaml b/.github/workflows/branch-cicd.yaml index 1e2b6dd..2947a30 100644 --- a/.github/workflows/branch-cicd.yaml +++ b/.github/workflows/branch-cicd.yaml @@ -41,7 +41,7 @@ jobs: token: ${{secrets.ADMIN_GITHUB_TOKEN || github.token}} - name: Set up Python 3 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.13' - diff --git a/.github/workflows/postman-collection-docs.yml b/.github/workflows/postman-collection-docs.yml index fd7ff28..9eb9cd8 100644 --- a/.github/workflows/postman-collection-docs.yml +++ b/.github/workflows/postman-collection-docs.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.13'