Skip to content

Commit f385852

Browse files
authored
Upgrade development Ruby to 3.4.5 (#3666)
1 parent 9195829 commit f385852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
106106
with:
107107
bundler-cache: true
108-
cache-version: 2
108+
cache-version: 3
109109

110110
- name: Download shadowenv
111111
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.4
1+
3.4.5

0 commit comments

Comments
 (0)