Skip to content

Commit

Permalink
⬆️ action: Bump the actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/super-linter](https://github.com/github/super-linter).


Updates `actions/checkout` from 4.1.2 to 4.1.4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9bb5618...0ad4b8f)

Updates `github/super-linter` from 5.0.0 to 6
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md)
- [Commits](github/super-linter@45fc0d8...4e51915)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 6879df3 commit 6db0fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
fetch-depth: 0

- name: Lint It
uses: github/super-linter/slim@45fc0d88288beee4701c62761281edfee85655d7
uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
Expand Down

0 comments on commit 6db0fe3

Please sign in to comment.