Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group with 3 updates: [super-linter/super-linter](https://github.com/super-linter/super-linter), [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files).


Updates `super-linter/super-linter` from 5 to 6
- [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@v5...v6)

Updates `alstr/todo-to-issue-action` from 4.12 to 4.13
- [Release notes](https://github.com/alstr/todo-to-issue-action/releases)
- [Commits](alstr/todo-to-issue-action@v4.12...v4.13)

Updates `tj-actions/changed-files` from 42.0.2 to 44.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@v42.0.2...v44.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: alstr/todo-to-issue-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 22d9eaf commit 2287ccc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: 👕 Lint Code Base
uses: super-linter/super-linter/slim@v5
uses: super-linter/super-linter/slim@v6
env:
VALIDATE_ALL_CODEBASE: false
LOG_LEVEL: WARN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: "actions/checkout@v4"

- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4.12"
uses: "alstr/todo-to-issue-action@v4.13"
with:
IDENTIFIERS: |
[
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 @@ -47,7 +47,7 @@ jobs:

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

0 comments on commit 2287ccc

Please sign in to comment.