Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/git-commit-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Check Out VCS Repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand All @@ -50,7 +50,7 @@ jobs:
node-version: "lts/*"

- name: Restoring/Saving Cache
uses: actions/cache@v4.2.3
uses: actions/cache@v4.2.4
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
4 changes: 2 additions & 2 deletions .github/workflows/super-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

steps:
- name: Check Out VCS Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
# Full git history is needed to get a proper list of changed files within `super-linter`.
fetch-depth: 0
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
validate_yaml_prettier: ${{ inputs.validate_yaml_prettier }}

- name: Lint
uses: super-linter/super-linter/slim@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
env:
DEFAULT_BRANCH: ${{ inputs.default_git_branch }}
LINTER_RULES_PATH: /
Expand Down
Loading