From e913456b300c5d5f7d270ebc47005e12445fc149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:15:10 +0100 Subject: [PATCH] build(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#2710) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [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/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/exercise-tests.yml | 2 +- .github/workflows/gomod-sync.yml | 2 +- .github/workflows/stub-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/exercise-tests.yml b/.github/workflows/exercise-tests.yml index 3b05e3bce..24ad45cc5 100644 --- a/.github/workflows/exercise-tests.yml +++ b/.github/workflows/exercise-tests.yml @@ -32,7 +32,7 @@ jobs: steps: - run: git config --global core.autocrlf false - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: diff --git a/.github/workflows/gomod-sync.yml b/.github/workflows/gomod-sync.yml index 879f3ef8b..17641d1bd 100644 --- a/.github/workflows/gomod-sync.yml +++ b/.github/workflows/gomod-sync.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: diff --git a/.github/workflows/stub-tests.yml b/.github/workflows/stub-tests.yml index f4413309d..55af9ac3f 100644 --- a/.github/workflows/stub-tests.yml +++ b/.github/workflows/stub-tests.yml @@ -31,7 +31,7 @@ jobs: race: "" steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: