Skip to content

Commit db5c465

Browse files
build(deps): bump actions/checkout from 3 to 4 (#1508)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0aac19c commit db5c465

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
@@ -11,7 +11,7 @@ jobs:
1111
os: [ubuntu-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Install Neovim
1616
shell: bash
1717
run: |
@@ -31,7 +31,7 @@ jobs:
3131
needs: tests
3232
if: ${{ github.ref == 'refs/heads/main' }}
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- name: panvimdoc
3636
uses: kdheepak/panvimdoc@main
3737
with:
@@ -61,7 +61,7 @@ jobs:
6161
package-name: lazy.nvim
6262
extra-files: |
6363
lua/lazy/core/config.lua
64-
- uses: actions/checkout@v3
64+
- uses: actions/checkout@v4
6565
- name: tag stable versions
6666
if: ${{ steps.release.outputs.release_created }}
6767
run: |

0 commit comments

Comments
 (0)