Skip to content

Commit

Permalink
reference ruby v1 branch in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
NajiObeid committed Jan 8, 2025
1 parent adadd7f commit 1fec73f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@refs/heads/v1
with:
ruby-version: ruby

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@refs/heads/v1
with:
ruby-version: 3.4
- run: bundle install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
submodules: true
persist-credentials: false
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@refs/heads/v1
with:
ruby-version: ${{ matrix.version }}
- run: bundle install
Expand Down

0 comments on commit 1fec73f

Please sign in to comment.