Skip to content

Commit e4d78a3

Browse files
committed
Update github actions
1 parent b2c34ed commit e4d78a3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,17 @@ jobs:
1919
strategy:
2020
matrix:
2121
ruby:
22-
- '3.1'
22+
- "3.1"
2323

2424
steps:
25-
- name: Cancel Previous Runs
26-
uses: styfle/[email protected]
27-
2825
- name: Checkout repo
29-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
3027

3128
- name: Set up Ruby
3229
uses: ruby/setup-ruby@v1
3330
with:
3431
ruby-version: ${{ matrix.ruby }}
35-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
32+
bundler-cache: true
3633

3734
- name: Run the default task
3835
run: bundle exec rspec --require spec_helper

0 commit comments

Comments
 (0)