Skip to content

Commit 2ffb362

Browse files
authored
ci: update actions versions (#355)
1 parent 2cf9c9e commit 2ffb362

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
build-and-test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
1313
- run: npm ci
1414
- run: npm run build
1515
- run: npm run lint
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
run: npm run test
2020
- if: env.CC_TEST_REPORTER_ID
21-
uses: paambaati/codeclimate-action@v2.7.5
21+
uses: paambaati/codeclimate-action@v3.2.0
2222
env:
2323
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
24-
- uses: actions/upload-artifact@v2
24+
- uses: actions/upload-artifact@v3
2525
with:
2626
path: dist/
2727
name: chartjs-plugin-datalabels

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
if: github.repository_owner == 'chartjs'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 12
1817
registry-url: https://registry.npmjs.org/
1918
- run: npm ci
2019
- run: node scripts/publish-to-npm.js

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
create-release:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
1313
- run: npm ci
1414
- run: npm run build
1515
- run: npm run bower

0 commit comments

Comments
 (0)