Skip to content

Commit

Permalink
build(deps): Bump actions/checkout from 4.1.2 to 4.1.5
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 65af4a8 commit 5cf988e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2 # https://github.com/actions/checkout/releases
- uses: actions/checkout@v4.1.5 # https://github.com/actions/checkout/releases
- name: Check workflow files
uses: docker://rhysd/actionlint:1.6.27 # https://hub.docker.com/r/rhysd/actionlint/tags
with:
Expand Down

0 comments on commit 5cf988e

Please sign in to comment.