From b24875057d952305a09c95f3a98903491f7edcaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:40:27 -0600 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 (#28) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ginkgo_test.yml | 2 +- .github/workflows/go_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ginkgo_test.yml b/.github/workflows/ginkgo_test.yml index 0f6fd85e..225a2155 100644 --- a/.github/workflows/ginkgo_test.yml +++ b/.github/workflows/ginkgo_test.yml @@ -17,7 +17,7 @@ jobs: go: [ "1.21.x", "1.22.x" ] runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff --git a/.github/workflows/go_build.yml b/.github/workflows/go_build.yml index 76143dbc..e811ade6 100644 --- a/.github/workflows/go_build.yml +++ b/.github/workflows/go_build.yml @@ -14,7 +14,7 @@ jobs: go: [ "1.21.x", "1.22.x" ] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }}