From ac68a73d9c485fbdf0563f018ad5cf0008ce74ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 07:14:56 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.4 to 4.1.6 (#185) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6. - [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.4...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99f73e9..33fc8dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Unshallow run: git fetch --prune --unshallow diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b264b52..03f99cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: go-version: 1.22 - name: Check out code into the Go module directory - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Get dependencies run: go mod download @@ -46,7 +46,7 @@ jobs: go-version: 1.22 - name: Check out code into the Go module directory - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Generate run: go generate ./... @@ -64,7 +64,7 @@ jobs: packages: write steps: - name: Check out code into the Go module directory - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Login to GitHub Container Registry uses: docker/login-action@v3 @@ -116,7 +116,7 @@ jobs: terraform_wrapper: false - name: Check out code into the Go module directory - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: TF acceptance tests timeout-minutes: 10