Skip to content

Commit 3fe362f

Browse files
dependabot[bot]clason
authored andcommitted
ci: bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd4094c commit 3fe362f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
LDAI_NO_APPSTREAM: 1 # skip checking (broken) AppStream metadata for issues
2828
steps:
2929
- if: github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly'
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
repository: 'neovim/neovim'
3333
ref: ${{ github.event.inputs.tag_name }}
3434
fetch-depth: 0
3535

3636
- if: github.event_name == 'schedule' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name == 'nightly')
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
repository: 'neovim/neovim'
4040
fetch-depth: 0
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
# Must perform checkout first, since it deletes the target directory
113113
# before running, and would therefore delete the downloaded artifacts
114-
- uses: actions/checkout@v5
114+
- uses: actions/checkout@v6
115115

116116
- uses: actions/download-artifact@v6
117117

0 commit comments

Comments
 (0)