Skip to content

Commit

Permalink
Update dependencies (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobladov committed Oct 14, 2022
1 parent f4f5300 commit b750a71
Show file tree
Hide file tree
Showing 10 changed files with 14,687 additions and 19,299 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)

### Infrastructure
- Update actions/checkout to v3
- @actions/core `1.2.6` -> `1.10.6`
- @actions/github `4.0.0` -> `5.1.1`
- glob `7.1.6` -> `8.0.3`
- wildcard-match `5.1.0` -> `5.1.2`
- @zattoo/eslint-config `11.0.4` -> `14.0.0`
- eslint `7.14.0` -> `8.25.0`
- eslint-config-airbnb-base `14.2.0` -> `15.0.0`
- jest `26.6.3` -> `29.2.0`

## [1.8.0] - 04.08.2022

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -18,7 +18,7 @@ inputs:
required: false
default: '-changelog'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: file-text
Expand Down

0 comments on commit b750a71

Please sign in to comment.