Skip to content

Commit b0ad3be

Browse files
committed
Fix GithubActions warnings
1 parent fa18e6d commit b0ad3be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@v3
74+
uses: actions/checkout@v4
7575

7676
- name: Setup Ruby
7777
uses: ruby/setup-ruby@v1
@@ -98,7 +98,7 @@ jobs:
9898
fi
9999
100100
- name: Setup Ruby cache
101-
uses: actions/cache@v3
101+
uses: actions/cache@v4
102102
with:
103103
path: vendor/bundle
104104
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-${{ hashFiles('**/Gemfile.lock') }}
@@ -119,7 +119,7 @@ jobs:
119119
bundle install --jobs 4 --retry 3
120120
121121
- name: RSpec & publish code coverage
122-
uses: paambaati/codeclimate-action@v3.2.0
122+
uses: paambaati/codeclimate-action@v5.0.0
123123
env:
124124
RAILS_VERSION: ${{ matrix.rails }}
125125
DB_ADAPTER: ${{ matrix.adapter }}

0 commit comments

Comments
 (0)