We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c68ae commit 9fddac2Copy full SHA for 9fddac2
.github/workflows/go.yml
@@ -39,17 +39,17 @@ jobs:
39
GOPROXY: https://proxy.golang.org
40
steps:
41
- name: Set up Go ${{ matrix.go }}
42
- uses: actions/setup-go@v5.0.2
+ uses: actions/setup-go@v5.4.0
43
with:
44
go-version: ${{ matrix.go }}
45
46
- name: Checkout Code
47
- uses: actions/checkout@v4.1.7
+ uses: actions/checkout@v4.2.2
48
49
ref: ${{ github.ref }}
50
51
- name: MongoDB in GitHub Actions
52
- uses: supercharge/mongodb-github-action@1.11.0
+ uses: supercharge/mongodb-github-action@1.12.0
53
54
mongodb-db: test
55
mongodb-version: ${{ matrix.mongodb-version }}
0 commit comments