diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bc3d430..c77efd4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: # Skip if pull_request_review on PR not made by a bot steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Commit-Lint @@ -42,7 +42,7 @@ jobs: # Skip if pull_request_review on PR not made by a bot steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: MegaLinter