Update analysis checkout action version to avoid build warnning message

This commit is contained in:
debian-go
2024-03-06 12:18:19 +08:00
committed by GitHub
parent 44a431c19f
commit 14b8608be1

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
with: with:
channel: 'stable' # or: 'beta', 'dev' or 'master' channel: 'stable' # or: 'beta', 'dev' or 'master'