Skip to content

Commit

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

0 comments on commit 9e70e47

Please sign in to comment.