Skip to content

Commit 36e44a1

Browse files
authoredSep 12, 2023
Bump actions/checkout from 3 to 4
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] <support@github.com>
1 parent a08993e commit 36e44a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
- name: Preparation
99
run: sudo apt install gettext
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Checkout vim
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
repository: 'vim/vim'
1616
path: vim

0 commit comments

Comments
 (0)
Please sign in to comment.