X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/37542e64855ce21bd580f973ae5ce1ed86812a7a..e9356c1ff0083aea4416bf1d3e29748634bb4f7f:/.github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 064d474..3eaf578 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Assert PR target is main if: github.event_name == 'pull_request' && github.repository == 'psf/black'