We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37cbc9 commit 894dc4aCopy full SHA for 894dc4a
2 files changed
.github/workflows/goreleaser.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version: 1.17
25
-
26
name: Run GoReleaser
27
- uses: goreleaser/goreleaser-action@v2
+ uses: goreleaser/goreleaser-action@v4
28
with:
29
# either 'goreleaser' (default) or 'goreleaser-pro'
30
distribution: goreleaser
.github/workflows/testing.yml
@@ -23,7 +23,7 @@ jobs:
23
redis-version: 4
- name: Start MongoDB 4.2
- uses: supercharge/mongodb-github-action@1.7.0
+ uses: supercharge/mongodb-github-action@1.8.0
mongodb-version: 4.2
0 commit comments