From 3cf66f04d70e959d341a077114b14200227825f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 12:03:21 +0000 Subject: [PATCH] deps(deps): bump sakebook/actions-flutter-pub-publisher Bumps the github-actions group with 1 update: [sakebook/actions-flutter-pub-publisher](https://github.com/sakebook/actions-flutter-pub-publisher). Updates `sakebook/actions-flutter-pub-publisher` from 1.3.1 to 1.4.1 - [Release notes](https://github.com/sakebook/actions-flutter-pub-publisher/releases) - [Changelog](https://github.com/sakebook/actions-flutter-pub-publisher/blob/master/CHANGELOG.md) - [Commits](https://github.com/sakebook/actions-flutter-pub-publisher/compare/7112915a1a834881d4c98ef7af12f3456e5c79c7...ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1) --- updated-dependencies: - dependency-name: sakebook/actions-flutter-pub-publisher dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-dry-run.yml | 2 +- .github/workflows/publish-reusable.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-dry-run.yml b/.github/workflows/publish-dry-run.yml index b8d2d8c..0757703 100644 --- a/.github/workflows/publish-dry-run.yml +++ b/.github/workflows/publish-dry-run.yml @@ -30,7 +30,7 @@ jobs: channel: stable - name: Dry run publish - uses: sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3.1 + uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1 with: package_directory: ${{ matrix.package }} credential: ${{ secrets.PUB_CREDENTIALS }} diff --git a/.github/workflows/publish-reusable.yml b/.github/workflows/publish-reusable.yml index 712cb61..34ee134 100644 --- a/.github/workflows/publish-reusable.yml +++ b/.github/workflows/publish-reusable.yml @@ -49,7 +49,7 @@ jobs: run: | cd mindbox_platform_interface echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV" - - uses: sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3.1 + - uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1 if: steps.pubspec.outputs.changed == 0 with: package_directory: mindbox_platform_interface @@ -107,7 +107,7 @@ jobs: run: | cd "$PKG" echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV" - - uses: sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3.1 + - uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1 if: steps.pubspec.outputs.changed == 0 with: package_directory: ${{ matrix.package }} @@ -156,7 +156,7 @@ jobs: run: | cd mindbox echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV" - - uses: sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3.1 + - uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1 if: steps.pubspec.outputs.changed == 0 with: package_directory: mindbox