From 05ea98ee31a7b3ba07e41b6aaf41c0f1dfbeb38c Mon Sep 17 00:00:00 2001 From: action Date: Tue, 9 Jan 2024 01:57:55 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 19e01bb..5051231 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: 'dart_version_autotag' description: 'A package that to scan the pubspec.yaml file and automatically create or update a tag in git for it.' -version: '2.1.1+4' +version: '2.1.1+5' homepage: 'https://github.com/peiffer-innovations/actions-dart-version-autotag' environment: @@ -8,7 +8,7 @@ environment: dependencies: args: '^2.4.2' - github: '^9.20.0' + github: '^9.22.0' http: '^1.1.2' intl: '^0.19.0' logging: '^1.2.0'