Skip to content

Commit

Permalink
update versions according to deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarbenheim committed Feb 13, 2024
1 parent af2dd57 commit 2b2dfba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/Flutter Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: ${{ env.flutterversion }}
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: ${{ env.flutterversion }}
Expand Down Expand Up @@ -85,15 +85,15 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: dienstbuch-windows-setup.exe
files: windows/innosetup/Output/dienstbuch-windows-setup.exe
draft: true

build-and-release-macos:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: ${{ env.flutterversion }}
Expand Down

0 comments on commit 2b2dfba

Please sign in to comment.