Skip to content

Commit

Permalink
chore(deps): Bump the production-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 3 updates in the / directory:
[actions/setup-node](https://github.com/actions/setup-node),
[actions/cache](https://github.com/actions/cache) and
[super-linter/super-linter](https://github.com/super-linter/super-linter).

Updates `actions/setup-node` from 4.0.3 to 4.1.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.3...v4.1.0)

Updates `actions/cache` from 4.0.2 to 4.2.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.2...v4.2.0)

Updates `super-linter/super-linter` from 7.1.0 to 7.2.1
- [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@v7.1.0...v7.2.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jtrobles-cdd committed Dec 13, 2024
1 parent 73fc410 commit a81b983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-commit-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:

- name: Set Up Node.js
id: set_up_nodejs
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: "20"

- name: Restoring/Saving Cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: node_modules
key: js-v2-deps-${{ runner.os }}-${{ steps.set_up_nodejs.outputs.node-version }}-${{ env.COMMITLINT_CLI_VERSION }}-${{ env.COMMITLINT_CONFIG_CORDADA_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
validate_sqlfluff: ${{ inputs.validate_sql_sqlfluff }}

- name: Lint
uses: super-linter/super-linter/slim@v7.1.0
uses: super-linter/super-linter/slim@v7.2.1
env:
DEFAULT_BRANCH: ${{ inputs.default_git_branch }}
LINTER_RULES_PATH: /
Expand Down

0 comments on commit a81b983

Please sign in to comment.