Skip to content

Commit 990878a

Browse files
committed
Update setup-ruby GitHub Action
1 parent f1b0bb5 commit 990878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
14+
- uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: '3.2'
1717
- run: gem install mdl

0 commit comments

Comments
 (0)