diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a336223..5830313 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.5.3 - name: Get dependencies run: | diff --git a/.github/workflows/go-mod-tidy.yml b/.github/workflows/go-mod-tidy.yml index f6e358e..664ff30 100644 --- a/.github/workflows/go-mod-tidy.yml +++ b/.github/workflows/go-mod-tidy.yml @@ -12,7 +12,7 @@ jobs: fix: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.5.3 - uses: actions/setup-go@v3.5.0 with: go-version: 1.14