Skip to content

Commit

Permalink
build: update ga version
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdsmao committed May 29, 2024
1 parent 77fcb7e commit 28f8730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
token: ${{ secrets.ACTION_PAT }}
Expand Down

0 comments on commit 28f8730

Please sign in to comment.