Skip to content

Commit 23a564f

Browse files
dependabot[bot]paskal
authored andcommitted
Bump the github-actions-updates group with 2 updates
Bumps the github-actions-updates group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `golangci/golangci-lint-action` from 8 to 9 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8...v9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47c8ee1 commit 23a564f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
mongoDBVersion: "5.0"
2525

2626
- name: checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: build and test
3030
working-directory: backend
@@ -36,7 +36,7 @@ jobs:
3636
ENABLE_MONGO_TESTS: "true"
3737

3838
- name: golangci-lint
39-
uses: golangci/golangci-lint-action@v8
39+
uses: golangci/golangci-lint-action@v9
4040
with:
4141
version: latest
4242
working-directory: backend

0 commit comments

Comments
 (0)