Skip to content

Commit bbaf2df

Browse files
committed
Bump actions/checkout
1 parent 904facc commit bbaf2df

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
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head"]
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- run: rm Gemfile.lock
2727
- uses: ruby/setup-ruby@v1
2828
with:
@@ -36,7 +36,7 @@ jobs:
3636
rails6:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
- run: rm Gemfile.lock
4141
- uses: ruby/setup-ruby@v1
4242
with:
@@ -58,7 +58,7 @@ jobs:
5858
plat: ["ubuntu", "windows", "macos"]
5959
runs-on: ${{matrix.plat}}-latest
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
- uses: ruby/setup-ruby@v1
6363
with:
6464
ruby-version: "3.2"

.github/workflows/gem-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
platform: ["ruby", "x64-mingw32", "x64-mingw-ucrt", "x86_64-darwin", "x86_64-linux", "arm-linux"]
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- run: rm Gemfile.lock
2727
- uses: ruby/setup-ruby@v1
2828
with:

.github/workflows/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
RAILSOPTS: --git=https://github.com/rails/rails --branch main
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- uses: ruby/setup-ruby@v1
2929
with:
3030
ruby-version: "3.2"

0 commit comments

Comments
 (0)