From ef5e79cdde7441f9b8d831d8f940523cbe4c8695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:00:13 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.2 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [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.2...v4.1.3) --- 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/push-tf-registry.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependency-tests.yml b/.github/workflows/dependency-tests.yml index 174747f..540ef75 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.1.2 + uses: actions/checkout@v4.1.3 - name: Run Dependency Tests - Plan AND Apply AND Destroy uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 @@ -51,7 +51,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 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.1.2 + uses: actions/checkout@v4.1.3 with: token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/push-tf-registry.yml b/.github/workflows/push-tf-registry.yml index a184e0f..e014465 100644 --- a/.github/workflows/push-tf-registry.yml +++ b/.github/workflows/push-tf-registry.yml @@ -9,7 +9,7 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 - uses: ncipollo/release-action@v1.14.0 with: generateReleaseNotes: true