diff --git a/.github/workflows/git-commit-lint.yaml b/.github/workflows/git-commit-lint.yaml index 9cd8af0..2e08650 100644 --- a/.github/workflows/git-commit-lint.yaml +++ b/.github/workflows/git-commit-lint.yaml @@ -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 @@ -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 }} diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml index 84d7ae6..282ba36 100644 --- a/.github/workflows/super-linter.yaml +++ b/.github/workflows/super-linter.yaml @@ -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 @@ -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: /