Skip to content

Commit

Permalink
chore(*): update github workflow ruby version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clukhei committed Sep 27, 2023
1 parent 5916378 commit 5a4f7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.0'
- run: |
gem install bundler
bundle install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: echo "NPM_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.0'
- run: |
gem install bundler
bundle install
Expand Down

0 comments on commit 5a4f7cc

Please sign in to comment.