From b4d5a62021eb3f9d08a137e53d1e1e3fd719a2e5 Mon Sep 17 00:00:00 2001 From: dario Date: Sat, 10 Jan 2026 00:06:34 +0100 Subject: [PATCH] chore(ci): update deps --- .github/workflows/docs.yml | 6 +++--- .github/workflows/lint-test.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8d113ce..85cefd7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,7 +1,7 @@ on: pull_request: - branches: [ main ] - types: [ closed ] + branches: [main] + types: [closed] name: docs permissions: @@ -13,7 +13,7 @@ jobs: if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: panvimdoc uses: kdheepak/panvimdoc@main with: diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 275a1e2..6312bd1 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -22,7 +22,7 @@ jobs: name: test steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: rhysd/action-setup-vim@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbf57d1..ce45d9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: luarocks-upload: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: LuaRocks Upload uses: nvim-neorocks/luarocks-tag-release@v7 env: