diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f8dce8..76ea55a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Stylua uses: JohnnyMorganz/stylua-action@v4 with: @@ -19,7 +19,7 @@ jobs: name: pandoc to vimdoc if: ${{ github.ref == 'refs/heads/main' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GH_VIMDOC_TOKEN }} - name: panvimdoc @@ -40,7 +40,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: rhysd/action-setup-vim@v1 id: vim with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f477d6..3e74ca5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: release-type: simple package-name: hurl.nvim token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: tag stable versions if: ${{ steps.release.outputs.release_created }} run: |