From ab14c68ecf034424eb0fa5aaf86c8200193ecc4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 22:47:01 +0900 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#221) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0618aa0..48ff8f5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -103,5 +103,5 @@ jobs: runs-on: ubuntu-latest permissions: {} steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - run: go run ./cmd/ghalint run