Skip to content

Commit 0677740

Browse files
deps(deps): bump sakebook/actions-flutter-pub-publisher (#202)
1 parent d922499 commit 0677740

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
channel: stable
3131

3232
- name: Dry run publish
33-
uses: sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3.1
33+
uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1
3434
with:
3535
package_directory: ${{ matrix.package }}
3636
credential: ${{ secrets.PUB_CREDENTIALS }}

.github/workflows/publish-reusable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
cd mindbox_platform_interface
5151
echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV"
52-
- uses: sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3.1
52+
- uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1
5353
if: steps.pubspec.outputs.changed == 0
5454
with:
5555
package_directory: mindbox_platform_interface
@@ -107,7 +107,7 @@ jobs:
107107
run: |
108108
cd "$PKG"
109109
echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV"
110-
- uses: sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3.1
110+
- uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1
111111
if: steps.pubspec.outputs.changed == 0
112112
with:
113113
package_directory: ${{ matrix.package }}
@@ -156,7 +156,7 @@ jobs:
156156
run: |
157157
cd mindbox
158158
echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV"
159-
- uses: sakebook/actions-flutter-pub-publisher@7112915a1a834881d4c98ef7af12f3456e5c79c7 # v1.3.1
159+
- uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1
160160
if: steps.pubspec.outputs.changed == 0
161161
with:
162162
package_directory: mindbox

0 commit comments

Comments
 (0)