Skip to content

Commit 89ec703

Browse files
committed
Update workflow actions to use latest versions
1 parent d377f65 commit 89ec703

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v4
88

9-
- uses: jwlawson/actions-setup-cmake@v1
9+
- uses: jwlawson/actions-setup-cmake@v2
1010
- uses: ruby/setup-ruby@v1
1111
with:
1212
bundler-cache: true
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: "0"
27-
- uses: jwlawson/actions-setup-cmake@v1
27+
- uses: jwlawson/actions-setup-cmake@v2
2828

2929
- uses: ruby/setup-ruby@v1
3030
with:
@@ -35,13 +35,14 @@ jobs:
3535
- run: bundle exec rake install:local
3636
- run: bundle exec exe/git-fame --log-level debug
3737

38-
- uses: paambaati/codeclimate-action@v5
38+
- uses: paambaati/codeclimate-action@v9
3939
env:
4040
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
4141
CI: true
4242
with:
4343
coverageLocations: ${{github.workspace}}/coverage/coverage.xml:cobertura
4444
coverageCommand: bundle exec rspec
45+
4546
devcontainer:
4647
runs-on: ubuntu-latest
4748
steps:

0 commit comments

Comments
 (0)