Skip to content

Commit 85d4714

Browse files
authored
Merge pull request #30 from OpenVoxProject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 3489334 + 6ac2b7c commit 85d4714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Install Ruby
1818
uses: ruby/setup-ruby@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Install Ruby
2222
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)