Skip to content

Commit

Permalink
ci: downgrade ruby version
Browse files Browse the repository at this point in the history
This commit downgrades the ruby verison in the awesome-bot job to the
version that is supported by the
[github-pages gem](github/pages-gem#752 (comment)).
  • Loading branch information
rickstaa committed Feb 5, 2024
1 parent 3b80833 commit da8b0d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: "setup ruby"
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.1
ruby-version: 2.7.8
bundler: 2.2.33
bundler-cache: true
- name: "install awesome-bot"
run: gem install awesome_bot
Expand Down

0 comments on commit da8b0d6

Please sign in to comment.