From be2a067a74621bae566a145e1aa76c670d271f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:21:19 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/BuildDockerPush.yml | 10 +++++----- .github/workflows/BuildGitHubRelease.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/BuildDockerPush.yml b/.github/workflows/BuildDockerPush.yml index 345b5b91..4b651e31 100644 --- a/.github/workflows/BuildDockerPush.yml +++ b/.github/workflows/BuildDockerPush.yml @@ -32,7 +32,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Run Unit Tests # https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test @@ -56,7 +56,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Get all history for version calculation fetch-depth: 0 @@ -118,7 +118,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Setup QEMU for multi architecture builds # https://github.com/marketplace/actions/docker-setup-qemu @@ -197,7 +197,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # https://github.com/marketplace/actions/docker-run-action - name: Write tool versions to file @@ -234,7 +234,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # https://github.com/marketplace/actions/download-a-build-artifact - name: Download version artifacts diff --git a/.github/workflows/BuildGitHubRelease.yml b/.github/workflows/BuildGitHubRelease.yml index e23a743a..95a66be5 100644 --- a/.github/workflows/BuildGitHubRelease.yml +++ b/.github/workflows/BuildGitHubRelease.yml @@ -30,7 +30,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Run Unit Tests # https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test @@ -54,7 +54,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Get all history for version calculation fetch-depth: 0 @@ -97,7 +97,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Build and publish # https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish