diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1735cc..dbba6a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Unshallow run: git fetch --prune --unshallow diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6e20a0..1fae67c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.3.4 - name: Get dependencies run: | @@ -53,7 +53,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.3.4 - name: Get dependencies run: |