Skip to content

Commit

Permalink
Merge pull request #296 from upbeat-backbone-bose/main
Browse files Browse the repository at this point in the history
Update analysis checkout action version to avoid build warnning message
  • Loading branch information
lollipopkit authored Mar 6, 2024
2 parents 44a431c + 14b8608 commit 2e31076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta', 'dev' or 'master'
Expand Down

0 comments on commit 2e31076

Please sign in to comment.