diff --git a/.github/workflows/nvim-type-check.yml b/.github/workflows/nvim-type-check.yml index db85dd6..ebd7536 100644 --- a/.github/workflows/nvim-type-check.yml +++ b/.github/workflows/nvim-type-check.yml @@ -12,5 +12,5 @@ jobs: name: nvim type check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: stevearc/nvim-typecheck-action@v2 diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml index b95ea02..8609ef6 100644 --- a/.github/workflows/panvimdoc.yml +++ b/.github/workflows/panvimdoc.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest name: README.md to vimdoc steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: git pull # fix failure when multiple commits are pushed in succession - run: mkdir -p doc diff --git a/.github/workflows/rumdl-lint.yml b/.github/workflows/rumdl-lint.yml index 730ac85..f54a783 100644 --- a/.github/workflows/rumdl-lint.yml +++ b/.github/workflows/rumdl-lint.yml @@ -16,7 +16,7 @@ jobs: name: rumdl runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: rvben/rumdl@v0 with: report-type: annotations diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index ead18fd..dee87b6 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -12,7 +12,7 @@ jobs: name: Stylua runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: JohnnyMorganz/stylua-action@v5 with: token: ${{ secrets.GITHUB_TOKEN }}