chore(deps): update actions/checkout action to v4 #2

Merged
prskr merged 1 commit from renovate/actions-checkout-4.x into main 2023-11-17 09:19:26 +00:00
Showing only changes of commit 06034fd860 - Show all commits

View file

@ -14,7 +14,7 @@ jobs:
go-version: [ 1.20.x, 1.21.x] go-version: [ 1.20.x, 1.21.x]
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'