Skip to content

Commit

Permalink
build(deps): bump the all group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [crate-ci/typos](https://github.com/crate-ci/typos) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `actions/checkout` from 4.1.7 to 4.2.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.0)

Updates `crate-ci/typos` from 1.24.6 to 1.25.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.24.6...v1.25.0)

Updates `golangci/golangci-lint-action` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent f36365b commit 48ba020
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: actionlint
uses: raven-actions/[email protected]
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
fail-fast: false
steps:
- name: checkout-action
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: yamllint
uses: ibiqlik/action-yamllint@v3

- name: typos-action
uses: crate-ci/typos@v1.24.6
uses: crate-ci/typos@v1.25.0

- name: markdownlint-cli2-action
uses: DavidAnson/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Set up Go
uses: actions/setup-go@v5
Expand All @@ -32,4 +32,4 @@ jobs:
prefix: github.com/ccoveille/go-safecast

- name: Launch golangci-lint
uses: golangci/[email protected].0
uses: golangci/[email protected].1

0 comments on commit 48ba020

Please sign in to comment.