Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit b0fcd8f

Browse files
authored
chore(ci/docs): upgrade versions to latest
Additionally, also upgrade the release-please-action (the old one is being deprecated).
1 parent c678d2b commit b0fcd8f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: pnpm run coverage
103103

104104
- name: publish code coverage to code-climate (duh)
105-
uses: paambaati/codeclimate-action@v7.0.0
105+
uses: paambaati/codeclimate-action@v8.0.0
106106
env:
107107
CC_TEST_REPORTER_ID: 3470adaf12ff7cecdfe5a968ae0e95d098b6ee58c340114e1e90d440ee9e66ab
108108
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: make a new release PR
24-
uses: google-github-actions/release-please-action@v4
24+
uses: googleapis/release-please-action@v4
2525
id: release
2626
with:
2727
token: ${{ secrets.CUSTOM_GITHUB_PERSONAL_TOKEN }}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This action requires that you set the [`CC_TEST_REPORTER_ID`](https://docs.codec
3030
```yaml
3131
steps:
3232
- name: Test & publish code coverage
33-
uses: paambaati/codeclimate-action@v7.0.0
33+
uses: paambaati/codeclimate-action@v8.0.0
3434
env:
3535
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
3636
with:
@@ -45,7 +45,7 @@ When you've already generated the coverage report in a previous step and wish to
4545
```yaml
4646
steps:
4747
- name: Test & publish code coverage
48-
uses: paambaati/codeclimate-action@v7.0.0
48+
uses: paambaati/codeclimate-action@v8.0.0
4949
env:
5050
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
5151
```
@@ -57,7 +57,7 @@ This action supports basic glob patterns to search for files matching given patt
5757
```yaml
5858
steps:
5959
- name: Test & publish code coverage
60-
uses: paambaati/codeclimate-action@v7.0.0
60+
uses: paambaati/codeclimate-action@v8.0.0
6161
env:
6262
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
6363
with:
@@ -71,7 +71,7 @@ steps:
7171
```yaml
7272
steps:
7373
- name: Test & publish code coverage
74-
uses: paambaati/codeclimate-action@v7.0.0
74+
uses: paambaati/codeclimate-action@v8.0.0
7575
env:
7676
# Set CC_TEST_REPORTER_ID as secret of your repo
7777
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
@@ -112,7 +112,7 @@ module.exports = {
112112
```yaml
113113
steps:
114114
- name: Test & publish code coverage
115-
uses: paambaati/codeclimate-action@v7.0.0
115+
uses: paambaati/codeclimate-action@v8.0.0
116116
env:
117117
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
118118
with:

0 commit comments

Comments
 (0)