Skip to content

Commit f380ffe

Browse files
committed
PB-37351: Used ruby/setup-ruby@v1
1 parent 590fde9 commit f380ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_pr_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
- name: Set up Ruby ${{ matrix.ruby-version }}
23-
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
23+
uses: ruby/setup-ruby@v1
2424
with:
2525
ruby-version: "3.4.1"
2626
- env:

0 commit comments

Comments
 (0)