Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commite193872

Browse files
dependabot[bot]eregon
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v5...v6)---updated-dependencies:- dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
1 parent3352a5f commite193872

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@v5
29+
uses:actions/checkout@v6
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@v5
45+
-uses:actions/checkout@v6
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@v5
64+
-uses:actions/checkout@v6
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@v5
21+
-uses:actions/checkout@v6
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@v5
25+
uses:actions/checkout@v6
2626
-name:Setup Ruby ${{ matrix.ruby }}
2727
uses:ruby/setup-ruby@v1
2828
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp