Skip to content

Commit 15a2990

Browse files
chore(deps): update all
1 parent dcfe6da commit 15a2990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: Ruby
1212
runs-on: [ ubuntu-latest ]
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 2.6 # Not needed with a .ruby-version file
17+
ruby-version: 4.0.1 # Not needed with a .ruby-version file
1818
- name: Testing
1919
run: |
2020
make

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3-slim
1+
FROM ruby:4-slim
22

33
# throw errors if Gemfile has been modified since Gemfile.lock
44
RUN bundle config --global frozen 1

0 commit comments

Comments
 (0)