Skip to content

Commit 5325da4

Browse files
authored
Bump Ruby version in standard action
1 parent 983244a commit 5325da4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/standardrb.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: StandardRB
1+
name: Standard
22

33
on:
44
pull_request:
@@ -10,16 +10,16 @@ on:
1010

1111
jobs:
1212
standard:
13-
name: StandardRB Check Action
13+
name: Standard Action
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- name: Set up Ruby 3.1
18+
- name: Set up Ruby 3.3
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 3.1
21+
ruby-version: 3.3
2222
bundler-cache: true
2323

24-
- name: Run StandardRB
24+
- name: Run Standard
2525
run: bundle exec standardrb --format progress

0 commit comments

Comments
 (0)