Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout).


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)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent f36365b commit cfa5a2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit cfa5a2f

Please sign in to comment.