Skip to content

Commit 0826fad

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52f0ee4 commit 0826fad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Clone Repo
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: Setup Ruby ${{ matrix.ruby }}
3131
uses: ruby/setup-ruby@v1
3232
with:
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
RUBYOPT: '-w'
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
- uses: ruby/setup-ruby@v1
4747
with:
4848
ruby-version: ruby
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
RUBYOPT: '-w'
6363
steps:
64-
- uses: actions/checkout@v4
64+
- uses: actions/checkout@v5
6565
- uses: ruby/setup-ruby@v1
6666
with:
6767
ruby-version: ${{ matrix.ruby }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
BUNDLE_WITH: "documentation"
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424
- uses: ruby/setup-ruby@v1

.github/workflows/experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: "Tests: Experimental Ruby ${{ matrix.ruby }}"
2222
steps:
2323
- name: Clone Repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: Setup Ruby ${{ matrix.ruby }}
2626
uses: ruby/setup-ruby@v1
2727
with:

0 commit comments

Comments
 (0)