From 06034fd8607ff7acc23cf9aa79389b55fc482979 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 17 Nov 2023 09:16:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .gitea/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/go.yaml b/.gitea/workflows/go.yaml index 7d5f307..a908cf6 100644 --- a/.gitea/workflows/go.yaml +++ b/.gitea/workflows/go.yaml @@ -14,7 +14,7 @@ jobs: go-version: [ 1.20.x, 1.21.x] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' lfs: 'true'