From 79f44ebef5f655d0aa89e81fcd8433e642a276e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 05:02:04 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.2 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.0. - [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/v4.2.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deployACI-Lin.yml | 2 +- .github/workflows/dockerBuildAcr-Lin.yml | 2 +- .github/workflows/kedaScaleTest.yml | 2 +- .github/workflows/testRunner.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deployACI-Lin.yml b/.github/workflows/deployACI-Lin.yml index 38464bb..9929d51 100644 --- a/.github/workflows/deployACI-Lin.yml +++ b/.github/workflows/deployACI-Lin.yml @@ -17,7 +17,7 @@ jobs: steps: # checkout the repo - name: "Checkout GitHub Action" - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: "Login via Azure CLI" uses: azure/login@v2.2.0 diff --git a/.github/workflows/dockerBuildAcr-Lin.yml b/.github/workflows/dockerBuildAcr-Lin.yml index 61b0117..be12648 100644 --- a/.github/workflows/dockerBuildAcr-Lin.yml +++ b/.github/workflows/dockerBuildAcr-Lin.yml @@ -12,7 +12,7 @@ jobs: steps: # checkout the repo - name: "Checkout GitHub Action" - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: "Login via Azure CLI" uses: azure/login@v2.2.0 diff --git a/.github/workflows/kedaScaleTest.yml b/.github/workflows/kedaScaleTest.yml index 9875189..06bf4b9 100644 --- a/.github/workflows/kedaScaleTest.yml +++ b/.github/workflows/kedaScaleTest.yml @@ -32,7 +32,7 @@ jobs: needs: scale-keda-queue-up runs-on: [self-hosted] steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.0 - name: Install Terraform uses: hashicorp/setup-terraform@v3.1.1 - name: Display Terraform Version diff --git a/.github/workflows/testRunner.yml b/.github/workflows/testRunner.yml index a207077..2cabe15 100644 --- a/.github/workflows/testRunner.yml +++ b/.github/workflows/testRunner.yml @@ -7,7 +7,7 @@ jobs: testRunner: runs-on: [self-hosted] steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.0 - name: Install Terraform uses: hashicorp/setup-terraform@v3.1.1 - name: Display Terraform Version