Skip to content

Commit 676616b

Browse files
Upgrade ruby-version to 3.2
1 parent 5d25745 commit 676616b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-deploy.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
13+
- uses: ruby/setup-ruby@v1
14+
with:
15+
ruby-version: '3.2'
16+
bundler-cache: true
17+
1418
# Use GitHub Actions' cache to cache dependencies on servers
1519
- uses: actions/cache@v4
1620
with:

0 commit comments

Comments
 (0)