diff --git a/.github/workflows/repo_linter.yaml b/.github/workflows/repo_linter.yaml index cd3ca7c..6326605 100644 --- a/.github/workflows/repo_linter.yaml +++ b/.github/workflows/repo_linter.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: "main" fetch-depth: "1"