diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 04b31d6..3af3a45 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -24,7 +24,7 @@ jobs: go-version: 1.17 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v4 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 90e4269..ea41103 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -23,7 +23,7 @@ jobs: redis-version: 4 - name: Start MongoDB 4.2 - uses: supercharge/mongodb-github-action@1.7.0 + uses: supercharge/mongodb-github-action@1.8.0 with: mongodb-version: 4.2