Skip to content

Commit

Permalink
chore(deps): update all dependencies (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent a38c54c commit 10ae0ff
Show file tree
Hide file tree
Showing 7 changed files with 7,550 additions and 4,793 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jsdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-node@v2-beta

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies
run: npm i
Expand All @@ -24,7 +24,7 @@ jobs:

- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
uses: crazy-max/ghaction-github-pages@v4
with:
build_dir: out/docs
keep_history: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: ${{ github.event.inputs.node }}

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies (full)
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
uses: actions/setup-node@v2-beta

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: bahmutov/npm-install@v1

- name: Lint Commit Messages
uses: wagoid/commitlint-github-action@v4
uses: wagoid/commitlint-github-action@v5
env:
NODE_PATH: ${{ github.workspace }}/node_modules

Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-node@v2-beta

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: bahmutov/npm-install@v1

Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/setup-node@v2-beta

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: bahmutov/npm-install@v1

Expand All @@ -58,7 +58,7 @@ jobs:
- name: Coverage Upload
continue-on-error: true
if: ${{ success() }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
file: ./coverage.lcov

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: bahmutov/npm-install@v1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: bahmutov/npm-install@v1

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/setup-node@v2-beta

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: bahmutov/npm-install@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v4
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
Expand Down
Loading

0 comments on commit 10ae0ff

Please sign in to comment.