From 3be23efed3076efb068aada1c812bf5e566b6150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:44:19 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/AWS-EC2-Tests.yaml | 2 +- .github/workflows/Azure-Compute-Tests.yaml | 2 +- .github/workflows/GCP-Compute-Tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/AWS-EC2-Tests.yaml b/.github/workflows/AWS-EC2-Tests.yaml index 56baa59..0c6d227 100644 --- a/.github/workflows/AWS-EC2-Tests.yaml +++ b/.github/workflows/AWS-EC2-Tests.yaml @@ -114,7 +114,7 @@ jobs: echo "TF_VAR_PUBLIC_KEY=${{ steps.secrets.outputs.TF_VAR_PUBLIC_KEY }}" >> $GITHUB_ENV - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.THIS_REPO_BRANCH }} diff --git a/.github/workflows/Azure-Compute-Tests.yaml b/.github/workflows/Azure-Compute-Tests.yaml index bb8a1da..6176663 100644 --- a/.github/workflows/Azure-Compute-Tests.yaml +++ b/.github/workflows/Azure-Compute-Tests.yaml @@ -114,7 +114,7 @@ jobs: echo "ARM_TENANT_ID=${{ steps.secrets.outputs.ARM_TENANT_ID }}" >> $GITHUB_ENV - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.THIS_REPO_BRANCH }} diff --git a/.github/workflows/GCP-Compute-Tests.yaml b/.github/workflows/GCP-Compute-Tests.yaml index 43b51cf..1ab9fdc 100644 --- a/.github/workflows/GCP-Compute-Tests.yaml +++ b/.github/workflows/GCP-Compute-Tests.yaml @@ -107,7 +107,7 @@ jobs: echo "TF_VAR_PUBLIC_KEY=${{ steps.secrets.outputs.TF_VAR_PUBLIC_KEY }}" >> $GITHUB_ENV - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.THIS_REPO_BRANCH }}