Skip to content

Commit af7e3f3

Browse files
authored
Merge pull request #135 from OpenVoxProject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents e37a3c5 + 4f10991 commit af7e3f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# needs fetch-depth because the packaging dem reads old git tags
1717
- name: Checkout current PR
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
- name: Install Ruby version 3.3

0 commit comments

Comments
 (0)