Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blombard committed Nov 22, 2023
1 parent 3b3c2e1 commit f40353f
Show file tree
Hide file tree
Showing 5 changed files with 10,023 additions and 9,777 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Tests
run: |
npm ci
npm t
- name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v2.6.0
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: blombard/review-reminder@master
with:
Expand All @@ -43,4 +43,4 @@ Should be greater or equal to `0`

#### organization
`required: false`\
Default organization for sending review request
Default organization for sending review request
Loading

0 comments on commit f40353f

Please sign in to comment.