diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d573eba0..1ab0147a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Cache Go modules uses: actions/cache@v2 id: go-mod-cache diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 70a3401f6..6fc55d147 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -19,7 +19,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: