From a086a4ece76463c27fb4d73b6a209ef9373ae19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:21:55 +0000 Subject: [PATCH] Bump the actions-deps group across 1 directory with 3 updates Bumps the actions-deps group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-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/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/BuildDockerPush.yml | 12 ++++++------ .github/workflows/CheckUpstreamRelease.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/BuildDockerPush.yml b/.github/workflows/BuildDockerPush.yml index 7414ef7..350f0c5 100644 --- a/.github/workflows/BuildDockerPush.yml +++ b/.github/workflows/BuildDockerPush.yml @@ -41,7 +41,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # Get all history for version calculation fetch-depth: 0 @@ -85,7 +85,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Setup QEMU for multi architecture builds # https://github.com/marketplace/actions/docker-setup-qemu @@ -161,7 +161,7 @@ jobs: # https://github.com/marketplace/actions/upload-a-build-artifact - name: Upload version artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: versions path: ${{ runner.temp }}/version.info @@ -177,11 +177,11 @@ jobs: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/marketplace/actions/download-a-build-artifact - name: Download version artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: versions path: ${{ runner.temp }}/versions @@ -213,7 +213,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Create GitHub release # https://github.com/marketplace/actions/gh-release diff --git a/.github/workflows/CheckUpstreamRelease.yml b/.github/workflows/CheckUpstreamRelease.yml index 928b0f8..9814948 100644 --- a/.github/workflows/CheckUpstreamRelease.yml +++ b/.github/workflows/CheckUpstreamRelease.yml @@ -62,7 +62,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Run workflow # https://cli.github.com/manual/gh_workflow_run