Skip to content

Commit e719776

Browse files
authored
Merge pull request #3 from macvim-dev/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents df191c3 + 1b27b1b commit e719776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
permissions:
2929
contents: read
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232

3333
- name: Checkout MacVim
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
with:
3636
repository: ${{ env.MACVIM_REPO }}
3737
path: 'macvim'

0 commit comments

Comments
 (0)