File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
steps :
7
7
- uses : actions/checkout@v4
8
8
9
- - uses : jwlawson/actions-setup-cmake@v1
9
+ - uses : jwlawson/actions-setup-cmake@v2
10
10
- uses : ruby/setup-ruby@v1
11
11
with :
12
12
bundler-cache : true
24
24
- uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : " 0"
27
- - uses : jwlawson/actions-setup-cmake@v1
27
+ - uses : jwlawson/actions-setup-cmake@v2
28
28
29
29
- uses : ruby/setup-ruby@v1
30
30
with :
@@ -35,13 +35,14 @@ jobs:
35
35
- run : bundle exec rake install:local
36
36
- run : bundle exec exe/git-fame --log-level debug
37
37
38
- - uses : paambaati/codeclimate-action@v5
38
+ - uses : paambaati/codeclimate-action@v9
39
39
env :
40
40
CC_TEST_REPORTER_ID : ${{secrets.CC_TEST_REPORTER_ID}}
41
41
CI : true
42
42
with :
43
43
coverageLocations : ${{github.workspace}}/coverage/coverage.xml:cobertura
44
44
coverageCommand : bundle exec rspec
45
+
45
46
devcontainer :
46
47
runs-on : ubuntu-latest
47
48
steps :
You can’t perform that action at this time.
0 commit comments