Merge pull request #2062 from salmanmkc/patch-1
Some checks failed
CI / run (push) Has been cancelled

Update checkout action version in build.yml
This commit is contained in:
Hiddify 2026-03-31 23:16:06 +02:00 committed by GitHub
commit 8e9de3e126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ jobs:
draftBuildCode: ${{ steps.draftBuildCode.outputs.datetime }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: subosito/flutter-action@v2.21.0 #issue with 2.13
with:
flutter-version: ${{ env.FLUTTER_VERSION }}