Skip to content

Commit 960407f

Browse files
authored
Merge pull request #25 from ubaldot/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents da8b5e7 + ebce0a5 commit 960407f

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@v5
31+
uses: actions/checkout@v6
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@v5
68+
uses: actions/checkout@v6
6969

7070
- name: Run Tests
7171
run: |

0 commit comments

Comments
 (0)