Skip to content

Commit aea2d0b

Browse files
authored
Merge pull request #23 from ubaldot/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 662f6e2 + e77ac1c commit aea2d0b

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
@@ -28,7 +28,7 @@ jobs:
2828
version: ${{ matrix.vim }}
2929

3030
- name: Checkout vim-replica plugin code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Run Tests
3434
run: |
@@ -65,7 +65,7 @@ jobs:
6565
version: ${{ matrix.vim }}
6666

6767
- name: Checkout vim-replica plugin code
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969

7070
- name: Run Tests
7171
run: |

0 commit comments

Comments
 (0)