Skip to content

Commit

Permalink
Fix Ruby version in CI workflow to 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 8, 2024
1 parent b871103 commit 4936c36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: git-fame

on: [push, pull_request]
on: push

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -116,7 +116,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.3.6
ruby-version: 3.3

- name: Setup git
run: |
git config --global user.email "actions@github.com"
Expand Down

0 comments on commit 4936c36

Please sign in to comment.