Skip to content

Commit a1fdd4f

Browse files
authored
Merge pull request #12 from ubaldot/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents fb62050 + bf24bb2 commit a1fdd4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
version: ${{ matrix.vim }}
2020

2121
- name: Checkout vim-markdown_extras plugin code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Run Tests
2525
run: |
@@ -47,7 +47,7 @@ jobs:
4747
version: ${{ matrix.vim }}
4848

4949
- name: Checkout vim-markdown_extras plugin code
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151

5252
- name: Run Tests
5353
run: |

0 commit comments

Comments
 (0)