Skip to content

Commit 53c1775

Browse files
authored
Merge pull request #1617 from macvim-dev/dependabot/github_actions/actions/checkout-6
CI: Bump actions/checkout from 5 to 6
2 parents b482096 + a0d60b6 commit 53c1775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macvim-buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ${{ inputs.os }}
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v5
67+
uses: actions/checkout@v6
6868

6969
- name: Set up legacy build
7070
if: inputs.legacy

0 commit comments

Comments
 (0)