Skip to content

Commit

Permalink
chore: upgrade github action dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
scopewu committed Sep 4, 2024
1 parent 5867608 commit 4866c60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: yarn install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/node.js-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest

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

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'

Expand Down

0 comments on commit 4866c60

Please sign in to comment.