Skip to content

Commit

Permalink
👷 update the versions of CI (#49)
Browse files Browse the repository at this point in the history
* 👷 update the versions of CI

* 🩹 v4 instead of v5
  • Loading branch information
AucaCoyan authored Nov 26, 2024
1 parent 2435407 commit 68d49bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "yarn"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "yarn"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/.next/cache
Expand All @@ -33,7 +33,7 @@ jobs:
yarn export
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./out
Expand Down

0 comments on commit 68d49bf

Please sign in to comment.