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

Commit f51a9cb

Browse files
committed
ci: update all actions
1 parent 6e5bc4b commit f51a9cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: checkout code
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v3
1010

1111
- name: install dependencies
1212
run: npm ci
@@ -33,7 +33,7 @@ jobs:
3333
&& exit 1)
3434
3535
- name: publish code coverage to code-climate (duh)
36-
uses: paambaati/codeclimate-action@v2.7.5
36+
uses: paambaati/codeclimate-action@v3
3737
env:
3838
CC_TEST_REPORTER_ID: 3470adaf12ff7cecdfe5a968ae0e95d098b6ee58c340114e1e90d440ee9e66ab
3939
with:

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
major-version:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- env:
1212
tag: ${{github.ref}}
1313
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Publish GitHub Actions to Marketplace
13-
uses: technote-space/release-github-actions@v6
13+
uses: technote-space/release-github-actions@v7
1414
with:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
COMMIT_NAME: 'GP'

0 commit comments

Comments
 (0)