From 11381da6cdf72c9eefeda9d793846cfecc707011 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:42:54 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/DeployBlazorClient.yml | 2 +- .github/workflows/DeployEverything.yml | 6 +++--- .github/workflows/DeployServerWebAPI.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/DeployBlazorClient.yml b/.github/workflows/DeployBlazorClient.yml index 35c84f7..4a254e4 100644 --- a/.github/workflows/DeployBlazorClient.yml +++ b/.github/workflows/DeployBlazorClient.yml @@ -9,7 +9,7 @@ jobs: environment: dev name: Build and Deploy Job steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Build And Deploy diff --git a/.github/workflows/DeployEverything.yml b/.github/workflows/DeployEverything.yml index 73601eb..ed06d69 100644 --- a/.github/workflows/DeployEverything.yml +++ b/.github/workflows/DeployEverything.yml @@ -40,7 +40,7 @@ jobs: working-directory: ./terraform steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Log in with Azure uses: azure/login@v2 with: @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest name: Build API Server steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup .NET SDK uses: actions/setup-dotnet@v4 with: @@ -106,7 +106,7 @@ jobs: name: Build and Deploy Blazor Client needs: deploy_terraform steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Log in with Azure diff --git a/.github/workflows/DeployServerWebAPI.yml b/.github/workflows/DeployServerWebAPI.yml index 0e01a11..17cfdc9 100644 --- a/.github/workflows/DeployServerWebAPI.yml +++ b/.github/workflows/DeployServerWebAPI.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup .NET SDK uses: actions/setup-dotnet@v4 with: