Skip to content

Commit

Permalink
ci: bump github actions (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Mar 30, 2023
1 parent 0069b47 commit 0ab0958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cp action.yml release/
cp -R dist/ release/dist/
- name: Push changes to the branch
uses: JamesIves/github-pages-deploy-action@v4.3.2
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: release
folder: release
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: node:16
steps:
- name: Install packages
run: apt-get update && apt-get install -y rsync git
- uses: actions/[email protected]
- uses: actions/checkout@v3
- name: Install dependencies
run: npm ci && npm install -g @vercel/ncc
- name: Build release
Expand Down

0 comments on commit 0ab0958

Please sign in to comment.