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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-20 17:38:35 -04:00
committed by GitHub
parent 1f4d0440ca
commit ead4cc987d

View File

@@ -16,7 +16,7 @@ jobs:
GOBIN: ./bin
steps:
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Install Go 1.17