From 0786e9d9eeffc8cee3202140e8275dffae92d152 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Apr 2022 12:17:24 +0000 Subject: [PATCH] chore(deps): update all --- .github/workflows/go.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0745bf6..9b622db 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -71,7 +71,7 @@ jobs: uses: actions/setup-go@v2 with: go-version: ${{ matrix.golang }} - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }} @@ -112,7 +112,7 @@ jobs: uses: actions/setup-go@v2 with: go-version: ${{ matrix.golang }} - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd17379..c9c2672 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: set -x +e curl -i $url - name: "Validates GO releaser config" - uses: goreleaser/goreleaser-action@v2.9.0 + uses: goreleaser/goreleaser-action@v2.9.1 with: args: check - @@ -44,7 +44,7 @@ jobs: go-version: ${{ matrix.golang }} - name: Cache Go modules - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }} @@ -55,7 +55,7 @@ jobs: make bundle - name: Run GoReleaser if: steps.semantic.outputs.new-release-published == 'true' - uses: goreleaser/goreleaser-action@v2.9.0 + uses: goreleaser/goreleaser-action@v2.9.1 with: version: latest args: release --rm-dist