diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83e3952..59e95a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,10 +28,10 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Checkout MacVim - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ env.MACVIM_REPO }} path: 'macvim'