diff --git a/.github/workflows/git-commit-lint.yaml b/.github/workflows/git-commit-lint.yaml index 7688b55..294a986 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@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml index c52305f..fe76368 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@v6.0.3 + uses: actions/checkout@v7.0.0 with: # Full git history is needed to get a proper list of changed files within `super-linter`. fetch-depth: 0