mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
chore(deps): bump subosito/flutter-action from 2.2.0 to 2.8.0
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.2.0 to 2.8.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.2.0...v2.8.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
abf4a5763a
commit
f38a2e6258
8
.github/workflows/spotube-nightly.yml
vendored
8
.github/workflows/spotube-nightly.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
- run: |
|
- run: |
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# Build Windows Executable
|
# Build Windows Executable
|
||||||
- uses: subosito/flutter-action@v2.2.0
|
- uses: subosito/flutter-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
- run: |
|
- run: |
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
- run: brew install yq
|
- run: brew install yq
|
||||||
|
8
.github/workflows/spotube-release.yml
vendored
8
.github/workflows/spotube-release.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
sed -i "s/%{{SPOTUBE_VERSION}}%/${{ steps.tag.outputs.tag }}/" choco-struct/spotube.nuspec
|
sed -i "s/%{{SPOTUBE_VERSION}}%/${{ steps.tag.outputs.tag }}/" choco-struct/spotube.nuspec
|
||||||
|
|
||||||
# Build Windows Executable
|
# Build Windows Executable
|
||||||
- uses: subosito/flutter-action@v2.2.0
|
- uses: subosito/flutter-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
- run: |
|
- run: |
|
||||||
@ -69,7 +69,7 @@ jobs:
|
|||||||
id: tag
|
id: tag
|
||||||
with:
|
with:
|
||||||
strip_v: true
|
strip_v: true
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
- run: flutter config --enable-macos-desktop
|
- run: flutter config --enable-macos-desktop
|
||||||
@ -96,7 +96,7 @@ jobs:
|
|||||||
uses: dawidd6/action-get-tag@v1
|
uses: dawidd6/action-get-tag@v1
|
||||||
with:
|
with:
|
||||||
strip_v: true
|
strip_v: true
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
@ -138,7 +138,7 @@ jobs:
|
|||||||
uses: dawidd6/action-get-tag@v1
|
uses: dawidd6/action-get-tag@v1
|
||||||
with:
|
with:
|
||||||
strip_v: true
|
strip_v: true
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
- run: |
|
- run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user