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 4703285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: "setup ruby"
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.1
ruby-version: 2.7.8
bundler-cache: true
- name: "install awesome-bot"
run: gem install awesome_bot
Expand Down

0 comments on commit 4703285

Please sign in to comment.