From 18c97cfa4c4340c69738fc2a86f004e297ddb6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 01:03:54 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [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.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-tests.yml | 6 +++--- .github/workflows/manual-test-release.yml | 4 ++-- .github/workflows/manual-test.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dependency-tests.yml b/.github/workflows/dependency-tests.yml index c9f07a8..0c2bb58 100644 --- a/.github/workflows/dependency-tests.yml +++ b/.github/workflows/dependency-tests.yml @@ -21,7 +21,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Run Dependency Tests - Plan AND Apply AND Destroy uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0 @@ -51,7 +51,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: ref: ${{ github.event.pull_request.head.ref }} @@ -74,7 +74,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/manual-test-release.yml b/.github/workflows/manual-test-release.yml index 8626f2d..7ee9a15 100644 --- a/.github/workflows/manual-test-release.yml +++ b/.github/workflows/manual-test-release.yml @@ -15,7 +15,7 @@ jobs: actions: read steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Plan AND Apply AND Destroy uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0 @@ -44,7 +44,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/manual-test.yml b/.github/workflows/manual-test.yml index ad78bf9..8799e62 100644 --- a/.github/workflows/manual-test.yml +++ b/.github/workflows/manual-test.yml @@ -19,7 +19,7 @@ jobs: actions: read steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Plan AND Apply Only uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0