Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 179d068

Browse filesBrowse 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
Copy full SHA for 179d068

File tree

3 files changed

+4
-4
lines changed
Filter options

3 files changed

+4
-4
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2-2Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/docs.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/experimental.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.