Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group across 1 dire…
Browse files Browse the repository at this point in the history
…ctory with 2 updates

Bumps the github-actions-dependencies group with 2 updates in the / directory: [super-linter/super-linter](https://github.com/super-linter/super-linter) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files).


Updates `super-linter/super-linter` from 6 to 7
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v6...v7)

Updates `tj-actions/changed-files` from 44.5.7 to 45.0.0
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v44.5.7...v45.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Aug 24, 2024
1 parent b96f070 commit 221918d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
done
- name: 👕 Lint Code Base
uses: super-linter/super-linter/slim@v6
uses: super-linter/super-linter/slim@v7
env:
VALIDATE_ALL_CODEBASE: false
LOG_LEVEL: WARN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- id: changed-files
if: ${{ inputs.update-all == false }}
uses: tj-actions/changed-files@v44.5.7
uses: tj-actions/changed-files@v45.0.0
with:
files: |
./actions/*
Expand Down

0 comments on commit 221918d

Please sign in to comment.