Skip to content

Commit

Permalink
Upgrade actions to use checkout@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Felipe C. C. Pinto <[email protected]>
  • Loading branch information
mateusfccp committed Sep 30, 2024
1 parent 85315fd commit 57d6a9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run:
working-directory: update_available
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand All @@ -33,7 +33,7 @@ jobs:
run:
working-directory: update_available_android
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand All @@ -47,7 +47,7 @@ jobs:
run:
working-directory: update_available_ios
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand All @@ -62,7 +62,7 @@ jobs:
run:
working-directory: update_available_platform_interface
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand All @@ -76,7 +76,7 @@ jobs:
run:
working-directory: update_available
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
version: '2.8.0'
Expand Down

0 comments on commit 57d6a9f

Please sign in to comment.