Skip to content

Commit

Permalink
CI: use the v1 tag for ruby/setup-ruby
Browse files Browse the repository at this point in the history
We trust the release process of that GH Action.
  • Loading branch information
olleolleolle committed Sep 25, 2023
1 parent cac1709 commit 1aa3cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@5311f05890856149502132d25c4a24985a00d426 # v1.153.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt install libyaml-dev
- name: Set up Ruby
uses: ruby/setup-ruby@5311f05890856149502132d25c4a24985a00d426 # v1.153.0
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # 'bundle install' and cache
Expand Down

0 comments on commit 1aa3cb3

Please sign in to comment.