Skip to content

Commit

Permalink
upgrade ruby/setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
keyasuda committed Dec 30, 2024
1 parent 8a1ce16 commit 18d5814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
environment: production

- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/setup-ruby@v1.148.0
uses: ruby/setup-ruby@v1.206.0
- name: Use Node.js 16.x
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
environment: staging

- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/setup-ruby@v1.148.0
uses: ruby/setup-ruby@v1.206.0
- name: Use Node.js 16.x
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/setup-ruby@v1.148.0
uses: ruby/setup-ruby@v1.206.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 18d5814

Please sign in to comment.