Skip to content

Commit

Permalink
Bump Ruby in checks action to 3.3
Browse files Browse the repository at this point in the history
A recent update to the Ubuntu GitHub Action runner added Ruby 3.2 to the
image. This causes conflicts when we try to install Ruby 3.2 with the
setup-ruby action.

This commit bumps the Ruby version used in the checks action from 3.2 to
3.3.

See also puppetlabs/puppet-runtime@f25d32c
  • Loading branch information
mhashizume committed Jul 15, 2024
1 parent 2a4d397 commit 8dde85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Ruby version 3.2
- name: Install Ruby version 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
- name: Update rubygems and install gems
run: |
gem update --system --silent --no-document
Expand Down

0 comments on commit 8dde85a

Please sign in to comment.