From 10b850dc51bb597bf5ed600112ebb465c5508add Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:48:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2776d9d..ad03066 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - "mod" - "full" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # https://github.com/peaceiris/workflows/blob/main/setup-go/action.yml - uses: peaceiris/workflows/setup-go@v0.19.1