Skip to content

Commit

Permalink
hello again
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 7, 2024
1 parent 1a40cb0 commit 432a741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
steps:
- name: Set git to master
run: git config --global init.defaultBranch master
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand All @@ -23,8 +23,8 @@
- name: Install bundler v2.3.10 for Ruby 3.1 and below
run: gem install bundler -v '2.3.10'
if: ${{ matrix.ruby <= '3.1' }}
- name: Install bundler v2.4.6 for Ruby 3.2 and above
run: gem install bundler -v '2.4.6'
- name: Install bundler v2.5.6 for Ruby 3.2 and above
run: gem install bundler -v '2.5.6'
if: ${{ matrix.ruby >= '3.2' }}
- name: Install dependencies
run: bundle install
Expand Down

0 comments on commit 432a741

Please sign in to comment.