diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index accfe58a..2f7b379f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Install your linters here - name: Install project dependencies