From d965018cbd8da0fccd37b3cad1df6f37b02a9e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 10:57:46 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.0 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.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/v3.5.0...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 c7600c4..4f9f5d2 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@v3.5.0 + uses: actions/checkout@v3.5.3 - name: Unshallow run: git fetch --prune --unshallow diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 068f82c..069179f 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@v3.5.0 + uses: actions/checkout@v3.5.3 - 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@v3.5.0 + uses: actions/checkout@v3.5.3 - name: Generate run: go generate ./... @@ -62,7 +62,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.3 - name: Login to GitHub Container Registry uses: docker/login-action@v2 @@ -114,7 +114,7 @@ jobs: terraform_wrapper: false - name: Check out code into the Go module directory - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.3 - name: TF acceptance tests timeout-minutes: 10