From 2c319ab0fb6f4d8d76545fd573fe926afd623e19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 07:34:18 +0000 Subject: [PATCH] Update actions/checkout action to v4 Signed-off-by: renovate[bot] --- .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 5f87bf4..15ad7a5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: go-version: '1.22' - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build the app run: go build ./...