Roll back actions/checkout action to v4.1.1 (#31)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit was merged in pull request #31.
This commit is contained in:
renovate[bot]
2023-10-18 12:09:57 +01:00
committed by GitHub
parent a72f303b68
commit fddf51b7bf
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Set up Go