mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 01:46:31 +10:00
ci: bump actions/checkout from 4 to 5
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>
This commit is contained in:
committed by
Christian Clason
parent
ff777f9a85
commit
554005981f
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -236,7 +236,7 @@ jobs:
|
||||
timeout-minutes: 45
|
||||
name: build using zig build (macos 15)
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: mlugg/setup-zig@v2
|
||||
with:
|
||||
version: 0.15.1
|
||||
@@ -253,7 +253,7 @@ jobs:
|
||||
timeout-minutes: 45
|
||||
name: build using zig build (windows)
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: mlugg/setup-zig@v2
|
||||
with:
|
||||
version: 0.15.1
|
||||
|
||||
Reference in New Issue
Block a user