We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa18e6d commit b0ad3beCopy full SHA for b0ad3be
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
72
steps:
73
- name: Checkout
74
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
75
76
- name: Setup Ruby
77
uses: ruby/setup-ruby@v1
@@ -98,7 +98,7 @@ jobs:
98
fi
99
100
- name: Setup Ruby cache
101
- uses: actions/cache@v3
+ uses: actions/cache@v4
102
with:
103
path: vendor/bundle
104
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-${{ hashFiles('**/Gemfile.lock') }}
@@ -119,7 +119,7 @@ jobs:
119
bundle install --jobs 4 --retry 3
120
121
- name: RSpec & publish code coverage
122
- uses: paambaati/codeclimate-action@v3.2.0
+ uses: paambaati/codeclimate-action@v5.0.0
123
env:
124
RAILS_VERSION: ${{ matrix.rails }}
125
DB_ADAPTER: ${{ matrix.adapter }}
0 commit comments