Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Jan 9, 2024
1 parent 00fce6b commit 45b4aed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.22+36] - January 9, 2024

* Automated dependency updates


## [1.0.22+35] - December 19, 2023

* Automated dependency updates
Expand Down Expand Up @@ -320,5 +325,6 @@






4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: 'dart_dependency_updater'
description: 'A package that will scan for dependencies in a Dart repo, update them if needed, and can update the repo with them.'
version: '1.0.22+35'
version: '1.0.22+36'
homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
args: '^2.4.2'
github: '^9.20.0'
github: '^9.22.0'
http: '^1.1.2'
intl: '^0.19.0'
json_class: '^3.0.0+10'
Expand Down

0 comments on commit 45b4aed

Please sign in to comment.