From 8284e34ff69c76608fbfbfa897191f506f0af0a8 Mon Sep 17 00:00:00 2001 From: Arnon Date: Fri, 17 Oct 2025 01:49:17 +0700 Subject: [PATCH 1/2] chore(deps): update actions/checkout action to v5 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97a34db..27de401 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: name: Package and Publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{ secrets.REPO_DEPLOYMENT_TOKEN }} - uses: subosito/flutter-action@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d2e892..f3e1a80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,14 +11,14 @@ jobs: name: Linting and Testing runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - uses: subosito/flutter-action@v2 with: channel: 'stable' - run: flutter pub get - - run: dart format --fix --set-exit-if-changed . + - run: dart format --set-exit-if-changed . # - run: flutter analyze # - run: flutter test --coverage # - name: Setup LCOV From c80f365dadba0a2ca79663685418c787404ab830 Mon Sep 17 00:00:00 2001 From: Arnon Date: Fri, 17 Oct 2025 02:07:01 +0700 Subject: [PATCH 2/2] chore(ci): update semantic-release-action to v5 and checkout to v5 --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27de401..165c7fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,12 +14,13 @@ jobs: - uses: actions/checkout@v5 with: token: ${{ secrets.REPO_DEPLOYMENT_TOKEN }} + persist-credentials: false - uses: subosito/flutter-action@v2 with: channel: 'stable' - run: flutter pub get - name: release - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@v5 with: extra_plugins: | @semantic-release/exec