From 387025f1738607b99c7acd2fef7d726eee6a787a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:28:41 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 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] --- .github/workflows/go-lint.yml | 2 +- .github/workflows/go-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 7861c84..e3ca1a9 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -43,7 +43,7 @@ jobs: go-lint: # NOTE: for Branch protection rule `Status checks that are required.` runs-on: ubuntu-latest # ref. https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: DEBUG run: | cat <<'DEBUG_DOC' diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index e490414..db050df 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -43,7 +43,7 @@ jobs: go-test: # NOTE: for Branch protection rule `Status checks that are required.` runs-on: ubuntu-latest # ref. https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: DEBUG run: | cat <<'DEBUG_DOC'