Skip to content

Commit

Permalink
website-deploy: update ruby to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lordfolken committed Sep 2, 2024
1 parent ca6f862 commit 6771e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.1
bundler-cache: true
- name: install dependencies
run: |
Expand Down

0 comments on commit 6771e4e

Please sign in to comment.