From bed6e30ffe2ef47550a97958c2d6b9c353be9440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:00:24 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.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.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 cc19f2b..8166945 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.1.7 + uses: actions/checkout@v4.2.0 - name: "Login via Azure CLI" uses: azure/login@v2.1.1 diff --git a/.github/workflows/dockerBuildAcr-Lin.yml b/.github/workflows/dockerBuildAcr-Lin.yml index 820257b..eca6b39 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.1.7 + uses: actions/checkout@v4.2.0 - name: "Login via Azure CLI" uses: azure/login@v2.1.1 diff --git a/.github/workflows/kedaScaleTest.yml b/.github/workflows/kedaScaleTest.yml index 66df212..54f292a 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.1.7 + - uses: actions/checkout@v4.2.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 ccd391a..831fbca 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.1.7 + - uses: actions/checkout@v4.2.0 - name: Install Terraform uses: hashicorp/setup-terraform@v3.1.1 - name: Display Terraform Version