Skip to content

Commit 5ce1111

Browse files
chore(deps): update dependency ruby to v4
1 parent 00b3792 commit 5ce1111

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fief.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818
- uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 3.4.7
20+
ruby-version: 4.0.1
2121
bundler-cache: true
2222
- run: gem install fief
2323
- run: |

.github/workflows/pdd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: sudo apt-get update --yes --fix-missing && sudo apt-get install --yes ruby-dev libmagic-dev zlib1g-dev
2121
- uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: 3.4.7
23+
ruby-version: 4.0.1
2424
bundler-cache: true
2525
- run: gem install pdd
2626
- run: pdd --format xml . | grep -v 'puzzle '

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.4.7
19+
ruby-version: 4.0.1
2020
bundler-cache: true
2121
- run: |
2222
sudo apt-get update --yes --fix-missing

0 commit comments

Comments
 (0)