neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit b52f9a19b39998af64c3f31c537ae610b369b041
parent 09f2c8d8edda31f292d28d69f66c52becede415b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 11 Aug 2025 13:43:53 -0700

ci: bump actions/checkout from 4 to 5 #35305

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
M.github/workflows/backport.yml | 2+-
M.github/workflows/build.yml | 6+++---
M.github/workflows/codeql.yml | 2+-
M.github/workflows/coverity.yml | 2+-
M.github/workflows/docs.yml | 2+-
M.github/workflows/labeler_pr.yml | 2+-
M.github/workflows/lintcommit.yml | 2+-
M.github/workflows/news.yml | 2+-
M.github/workflows/release.yml | 8++++----
M.github/workflows/response.yml | 4++--
M.github/workflows/reviewers_add.yml | 2+-
M.github/workflows/reviewers_remove.yml | 2+-
M.github/workflows/test.yml | 10+++++-----
M.github/workflows/test_windows.yml | 2+-
M.github/workflows/vim_patches.yml | 4++--
15 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.merged runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/create-github-app-token@v2 id: app-token diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: test: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.test }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup - run: | cmake -S cmake.deps --preset ci -D ENABLE_WASMTIME=ON @@ -44,7 +44,7 @@ jobs: CMAKE_URL: 'https://cmake.org/files/v3.16/cmake-3.16.0-Linux-x86_64.sh' CMAKE_VERSION: '3.16.0' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup - name: Install minimum required version of cmake @@ -73,7 +73,7 @@ jobs: name: Test USE_EXISTING_SRC_DIR=ON builds with no network access runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup - name: Build bundled dependencies diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: security-events: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup - name: Initialize CodeQL diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml @@ -8,7 +8,7 @@ jobs: scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup - name: Download Coverity diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup - name: Generate docs diff --git a/.github/workflows/labeler_pr.yml b/.github/workflows/labeler_pr.yml @@ -9,7 +9,7 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/labeler@v5 with: configuration-path: .github/scripts/labeler_configuration.yml diff --git a/.github/workflows/lintcommit.yml b/.github/workflows/lintcommit.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/news.yml b/.github/workflows/news.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false && !contains(github.event.pull_request.labels.*.name, 'ci:skip-news') steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: outputs: version: ${{ steps.build.outputs.version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # Perform a full checkout #13471 fetch-depth: 0 @@ -101,7 +101,7 @@ jobs: env: MACOSX_DEPLOYMENT_TARGET: 11.0 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # Perform a full checkout #13471 fetch-depth: 0 @@ -134,7 +134,7 @@ jobs: needs: setup runs-on: windows-2022 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # Perform a full checkout #13471 fetch-depth: 0 @@ -166,7 +166,7 @@ jobs: steps: # Must perform checkout first, since it deletes the target directory # before running, and would therefore delete the downloaded artifacts - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/download-artifact@v5 diff --git a/.github/workflows/response.yml b/.github/workflows/response.yml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/github-script@v7 with: script: | @@ -27,7 +27,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/github-script@v7 with: script: | diff --git a/.github/workflows/reviewers_add.yml b/.github/workflows/reviewers_add.yml @@ -10,7 +10,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: 'Request reviewers' uses: actions/github-script@v7 with: diff --git a/.github/workflows/reviewers_remove.yml b/.github/workflows/reviewers_remove.yml @@ -8,7 +8,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: 'Remove reviewers' uses: actions/github-script@v7 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: env: CC: clang steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup - name: Install stylua @@ -87,7 +87,7 @@ jobs: env: CC: clang steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup - name: Build third-party deps run: | @@ -134,7 +134,7 @@ jobs: CC: ${{ matrix.build.cc }} NVIM_TEST_INTEG: ${{ matrix.build.flavor == 'release' && '1' || '0' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup with: install_flags: "--test" @@ -211,7 +211,7 @@ jobs: timeout-minutes: 45 name: build using zig build steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: mlugg/setup-zig@v2 with: version: 0.14.1 @@ -230,7 +230,7 @@ jobs: env: CC: gcc steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup - name: Install dependencies diff --git a/.github/workflows/test_windows.yml b/.github/workflows/test_windows.yml @@ -18,7 +18,7 @@ jobs: matrix: test: [functional, old] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.github/actions/setup - name: Build deps diff --git a/.github/workflows/vim_patches.yml b/.github/workflows/vim_patches.yml @@ -15,11 +15,11 @@ jobs: VERSION_BRANCH: marvim/ci-version-update GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: repository: vim/vim path: ${{ env.VIM_SOURCE_DIR }}