Skip to content

Commit

Permalink
Merge pull request #868 from yutailang0119/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
yutailang0119 committed Mar 20, 2024
2 parents 7fd32db + 7ce310c commit ca2e6b8
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 @@ -9,15 +9,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- run: |
npm install
- run: |
npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: ./
with:
report-path: ${{ github.workspace }}/__tests__/resource/lint-results.xml
Expand Down

0 comments on commit ca2e6b8

Please sign in to comment.