Skip to content

Commit 80d3923

Browse files
chore(deps): 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](actions/checkout@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] <[email protected]>
1 parent e7cf4eb commit 80d3923

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: [ubuntu-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Install Neovim Nightly
1717
uses: rhysd/action-setup-vim@v1
1818
with:
@@ -28,7 +28,7 @@ jobs:
2828
needs: tests
2929
if: ${{ github.ref == 'refs/heads/main' }}
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- name: panvimdoc
3333
uses: kdheepak/panvimdoc@main
3434
with:
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
release-type: simple
5858
package-name: emoji.nvim
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
- name: tag stable versions
6161
if: ${{ steps.release.outputs.release_created }}
6262
run: |

0 commit comments

Comments
 (0)