Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Nov 17, 2023
1 parent 9f9022e commit 4f6cdde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: subosito/flutter-action@v1.5.3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: flutter pub get && flutter build web
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: subosito/flutter-action@v1.5.3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: flutter pub get && flutter build web
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 4f6cdde

Please sign in to comment.