Skip to content

Commit 179d068

Browse files
dependabot[bot]eregon
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5483ac7 commit 179d068

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: "Tests: Ruby ${{ matrix.ruby }}"
2222
steps:
2323
- name: Clone Repo
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Setup Ruby ${{ matrix.ruby }}
2626
uses: ruby/setup-ruby@v1
2727
with:
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
RUBYOPT: '-w'
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- uses: ruby/setup-ruby@v1
4545
with:
4646
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@v3
21+
- uses: actions/checkout@v4
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
@@ -22,7 +22,7 @@ jobs:
2222
name: "Tests: Experimental Ruby ${{ matrix.ruby }}"
2323
steps:
2424
- name: Clone Repo
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: Setup Ruby ${{ matrix.ruby }}
2727
uses: ruby/setup-ruby@v1
2828
with:

0 commit comments

Comments
 (0)