Skip to content

Commit 0d5d1e6

Browse files
dependabot[bot]matthewhartstonge
authored andcommitted
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 767bc70 commit 0d5d1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: "Lint"
77
steps:
88
- name: "Checkout Repository"
9-
uses: actions/checkout@v4
9+
uses: actions/checkout@v5
1010

1111
- name: "Setup Go"
1212
uses: actions/setup-go@v5
@@ -32,7 +32,7 @@ jobs:
3232
name: Go ${{ matrix.go }} with MongoDB ${{ matrix.mongo }}
3333
steps:
3434
- name: "Checkout Repository"
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

3737
- name: "Start MongoDB"
3838
uses: supercharge/mongodb-github-action@1.12.0

0 commit comments

Comments
 (0)