Skip to content

Commit 9498f89

Browse files
committed
ci: update action version
1 parent 867cc8d commit 9498f89

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

β€Ž.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: Install Node.js πŸš€
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
2322
cache: "pnpm"
2423

2524
- name: Install dependencies πŸ“¦
@@ -35,7 +34,7 @@ jobs:
3534
run: pnpm run build
3635

3736
- name: Upload Coverage
38-
uses: paambaati/codeclimate-action@v5.0.0
37+
uses: paambaati/codeclimate-action@v8
3938
env:
4039
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
4140
with:
@@ -46,7 +45,7 @@ jobs:
4645
pnpm run docs
4746
4847
- name: Deploy πŸš€
49-
uses: JamesIves/github-pages-deploy-action@4.1.5
48+
uses: JamesIves/github-pages-deploy-action@v4
5049
with:
5150
branch: gh-pages
5251
folder: docs

β€Ž.github/workflows/pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- name: Install Node.js πŸš€
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
2221
cache: "pnpm"
2322

2423
- name: Install dependencies πŸ“¦

0 commit comments

Comments
Β (0)