From 6977eb3c3f109cc0e2fa55aad5cca4625f45d3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:06:51 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2.3.4 to 2.3.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.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/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- .github/workflows/go-build.yml | 6 +++--- .github/workflows/go-test-e2e.yml | 6 +++--- .github/workflows/go-test.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5696de1b3..31a267efe 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Get dependencies run: | diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index eaff023a8..8cdecb5a9 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -14,7 +14,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Get dependencies run: | @@ -35,7 +35,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Get dependencies run: | @@ -56,7 +56,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Get dependencies run: | diff --git a/.github/workflows/go-test-e2e.yml b/.github/workflows/go-test-e2e.yml index 5e80165e5..a2febb406 100644 --- a/.github/workflows/go-test-e2e.yml +++ b/.github/workflows/go-test-e2e.yml @@ -13,7 +13,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Docker login run: docker login docker.pkg.github.com -u marlinc -p "${GITHUB_PACKAGE_REGISTRY_TOKEN}" @@ -46,7 +46,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: KinD (Kubernetes in Docker) Action uses: engineerd/setup-kind@v0.5.0 @@ -89,7 +89,7 @@ jobs: # id: go # # - name: Check out code into the Go module directory -# uses: actions/checkout@v2.3.4 +# uses: actions/checkout@v2.3.5 # # - name: KinD (Kubernetes in Docker) Action # uses: engineerd/setup-kind@v0.1.0 diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 909fbba9d..68d29f942 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -15,7 +15,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Get dependencies run: |