Skip to content

Commit

Permalink
ci: update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jul 19, 2024
1 parent 867cc8d commit 9498f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Install Node.js πŸš€
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: Install dependencies πŸ“¦
Expand All @@ -35,7 +34,7 @@ jobs:
run: pnpm run build

- name: Upload Coverage
uses: paambaati/codeclimate-action@v5.0.0
uses: paambaati/codeclimate-action@v8
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
Expand All @@ -46,7 +45,7 @@ jobs:
pnpm run docs
- name: Deploy πŸš€
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Install Node.js πŸš€
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: Install dependencies πŸ“¦
Expand Down

0 comments on commit 9498f89

Please sign in to comment.