Skip to content

Commit 9fddac2

Browse files
committed
chore: update GitHub Actions dependencies for Go and MongoDB
1 parent f9c68ae commit 9fddac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ jobs:
3939
GOPROXY: https://proxy.golang.org
4040
steps:
4141
- name: Set up Go ${{ matrix.go }}
42-
uses: actions/setup-go@v5.0.2
42+
uses: actions/setup-go@v5.4.0
4343
with:
4444
go-version: ${{ matrix.go }}
4545

4646
- name: Checkout Code
47-
uses: actions/checkout@v4.1.7
47+
uses: actions/checkout@v4.2.2
4848
with:
4949
ref: ${{ github.ref }}
5050

5151
- name: MongoDB in GitHub Actions
52-
uses: supercharge/mongodb-github-action@1.11.0
52+
uses: supercharge/mongodb-github-action@1.12.0
5353
with:
5454
mongodb-db: test
5555
mongodb-version: ${{ matrix.mongodb-version }}

0 commit comments

Comments
 (0)