Skip to content

Commit 9f9da90

Browse files
Bump the actions-merge group with 2 updates
Bumps the actions-merge 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 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `github/super-linter` from 6 to 7 - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](github/super-linter@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-merge - dependency-name: github/super-linter dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-merge ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6600a9a commit 9f9da90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/super-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
name: Lint Code Base
1717
runs-on: [ubuntu-latest]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
ref: main
2222
fetch-depth: 0
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626

2727
- name: Super-Linter
28-
uses: github/super-linter/slim@v6
28+
uses: github/super-linter/slim@v7
2929
env:
3030
VALIDATE_ALL_CODEBASE: true
3131
DEFAULT_BRANCH: main

0 commit comments

Comments
 (0)