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'