Update actions/checkout action to v4 (#29)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit was merged in pull request #29.
This commit is contained in:
renovate[bot]
2023-09-04 20:47:17 +01:00
committed by GitHub
parent 5f4d044cb0
commit f2607b5b4a
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
fetch-depth: 0
- name: Set up Go