Skip to content

Commit

Permalink
ci: bump ruby version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelPour committed Jan 13, 2024
1 parent 746c1a9 commit e76c64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blogctl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-go@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'
- name: install task
run: curl -Ls https://git.io/ttask.sh | sh
- name: install bundler
Expand Down

0 comments on commit e76c64a

Please sign in to comment.