Skip to content

Commit

Permalink
Update ruby version in deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jan 10, 2024
1 parent c604968 commit 1bd3b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
schedule:
# Every Sunday at 23:00 UTC
- cron: 0 23 * * 0
- cron: "0 23 * * 0"

jobs:
deploy:
Expand All @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"
bundler-cache: true

- name: build
Expand Down

0 comments on commit 1bd3b2b

Please sign in to comment.