Skip to content

Commit 0a0503b

Browse files
committed
bumping checkout action
1 parent e436178 commit 0a0503b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
test:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222
strategy:
2323
fail-fast: false
2424
matrix:
@@ -44,11 +44,8 @@ jobs:
4444
- ruby: "2.7"
4545
rails: "4.2"
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848
- name: Set up Ruby
49-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
50-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
51-
# uses: ruby/setup-ruby@v1
5249
uses: ruby/setup-ruby@v1
5350
with:
5451
ruby-version: ${{ matrix.ruby }}

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ gem "codeclimate-test-reporter", group: :test, require: nil
1212

1313
group :development, :test do
1414
gem 'byebug', '~> 10.0', platforms: [:mri_20, :mri_21, :mri_22]
15-
gem "minitest", "~> 5"
1615
end

0 commit comments

Comments
 (0)