diff --git a/.github/workflows/git-commit-lint.yaml b/.github/workflows/git-commit-lint.yaml index eee6101..012a8ee 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@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml index fe76368..6a836da 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@v7.0.0 + uses: actions/checkout@v7.0.1 with: # Full git history is needed to get a proper list of changed files within `super-linter`. fetch-depth: 0