From fbcf1d68d6d0eef3c60c26876a03a23ba0fd3d81 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 21:21:06 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.2 --- .github/workflows/ci.yml | 2 +- .github/workflows/push-container-images.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebe45e9..148edb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: shell: pwsh run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: Setup .NET SDK diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index 0e7f2f9..c9c64b7 100644 --- a/.github/workflows/push-container-images.yml +++ b/.github/workflows/push-container-images.yml @@ -15,7 +15,7 @@ jobs: shell: pwsh steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Validate build version id: validate uses: ./.github/actions/validate-version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa1bc02..f79aadc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: shell: pwsh run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: Setup .NET SDK