From c4c9ae8adc7260328d857e712f21ae9ad469b574 Mon Sep 17 00:00:00 2001 From: "self-hosted-renovatebot[bot]" <121058242+self-hosted-renovatebot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:51:07 -0800 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#47) Co-authored-by: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Co-authored-by: Jack Lindamood --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 131fb70..1106d62 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test code uses: cresta/action-lint-go-external@v1 \ No newline at end of file