Skip to content

Commit 1fec73f

Browse files
committed
reference ruby v1 branch in gh action
1 parent adadd7f commit 1fec73f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: false
2424
- name: Set up Ruby
25-
uses: ruby/setup-ruby@v1
25+
uses: ruby/setup-ruby@refs/heads/v1
2626
with:
2727
ruby-version: ruby
2828

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
persist-credentials: false
16-
- uses: ruby/setup-ruby@v1
16+
- uses: ruby/setup-ruby@refs/heads/v1
1717
with:
1818
ruby-version: 3.4
1919
- run: bundle install

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
submodules: true
3232
persist-credentials: false
33-
- uses: ruby/setup-ruby@v1
33+
- uses: ruby/setup-ruby@refs/heads/v1
3434
with:
3535
ruby-version: ${{ matrix.version }}
3636
- run: bundle install

0 commit comments

Comments
 (0)