From adefce509b3fa3843d4e2ab26ffbb655cc2047e1 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Wed, 29 Nov 2023 21:16:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .forgejo/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/go.yaml b/.forgejo/workflows/go.yaml index 4067405..8702f89 100644 --- a/.forgejo/workflows/go.yaml +++ b/.forgejo/workflows/go.yaml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' lfs: 'true'