Skip to content

Commit 63d4b9e

Browse files
committed
updating actions and Step versions
1 parent aec3063 commit 63d4b9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ruby-version: ['2.7', '3.1', '3.2', 'jruby']
20+
ruby-version: ['2.7', '3.1', '3.2', '3.3', 'jruby']
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Setup Ruby
2727
uses: ruby/setup-ruby@v1
@@ -30,7 +30,7 @@ jobs:
3030
bundler-cache: true
3131

3232
- name: Setup Gem Cache
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: vendor/bundle
3636
key: ${{ runner.os }}-gems-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)