Skip to content

Commit

Permalink
ci: update actions (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
crash7 committed Apr 14, 2024
1 parent 583af19 commit ca9b2b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4.1.1
- name: Install dependencies
uses: borales/actions-yarn@v3.0.0
uses: borales/actions-yarn@v5.0.0
with:
cmd: install --pure-lockfile
- name: Jest
Expand All @@ -28,9 +28,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4.1.1
- name: ESLint
uses: reviewdog/action-eslint@v1.17.0
uses: reviewdog/action-eslint@v1.23.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
Expand Down

0 comments on commit ca9b2b5

Please sign in to comment.