Skip to content

Commit 308fe00

Browse files
committed
Update Ruby version to 3.4 in deploy workflow
Bumps the Ruby version from 3.3 to 3.4 in the GitHub Actions deploy workflow to ensure compatibility with the latest Ruby features and security updates.
1 parent 09f6f82 commit 308fe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 3.3
20+
ruby-version: 3.4
2121
bundler-cache: true
2222
- name: Setup Pages
2323
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)