Skip to content

Commit

Permalink
Updated ruby-setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
TaufeqRazakh committed Dec 22, 2023
1 parent 9657208 commit 523593e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/add_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
ruby-version: '3.0.0'
bundler-cache: true
- name: Install dependencies
run: bundle install --gemfile scripts/Gemfile
- name: Add publication to page
Expand Down

0 comments on commit 523593e

Please sign in to comment.