Skip to content

Commit

Permalink
Bump dependencies for workflows #420
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Nov 1, 2023
1 parent bed3164 commit 1e114be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
name: Coverage
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node
run: yarn install --immutable --immutable-cache --check-cache

- name: Generate coverage report
run: yarn test:coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: ./coverage
version: v0.1.15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn lint
- run: yarn test

0 comments on commit 1e114be

Please sign in to comment.