Skip to content

Commit 71ff372

Browse files
chore(deps): update all
1 parent dcfe6da commit 71ff372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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: 3.4.8 # Not needed with a .ruby-version file
1818
- name: Testing
1919
run: |
2020
make

0 commit comments

Comments
 (0)