Skip to content

Commit cd1ca62

Browse files
authored
Merge pull request #244 from OpenVoxProject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents d91656c + 89f61e8 commit cd1ca62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gem_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build the gem
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Install Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.cfg.os }}
2626
steps:
2727
- name: Checkout current PR
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Install ruby version ${{ matrix.cfg.ruby }}
3131
uses: ruby/setup-ruby@v1
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ${{ matrix.cfg.os }}
5555
steps:
5656
- name: Checkout current PR
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858

5959
- name: Install ruby version ${{ matrix.cfg.ruby }}
6060
uses: ruby/setup-ruby@v1
@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
# needs fetch-depth because the packaging dem reads old git tags
115115
- name: Checkout current PR
116-
uses: actions/checkout@v5
116+
uses: actions/checkout@v6
117117
with:
118118
fetch-depth: 0
119119
- name: Install Ruby version 3.3

0 commit comments

Comments
 (0)