chore(deps): update actions/checkout action to v4
Some checks failed
Renovate / renovate (push) Successful in 45s
Go build / build (push) Has been cancelled

This commit is contained in:
Forgejo Actions 2023-11-29 21:16:25 +00:00
parent ebd0729b05
commit adefce509b

View file

@ -11,7 +11,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: '0' fetch-depth: '0'
lfs: 'true' lfs: 'true'