Skip to content

Commit 5b0c2b4

Browse files
committed
fix action deprecation
1 parent b46a4aa commit 5b0c2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Setup Ruby
1717
uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.ruby }}
2020

2121
- name: Caching dependencies
22-
uses: actions/cache@v1
22+
uses: actions/cache@v4
2323
with:
2424
path: vendor/bundle
2525
key: bundle-use-ruby-${{ runner.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)