From a634493ecbf2540ef605b2aede82f940b3bf06de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:21:54 +0000 Subject: [PATCH] deps(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [sakebook/actions-flutter-pub-publisher](https://github.com/sakebook/actions-flutter-pub-publisher). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) Updates `sakebook/actions-flutter-pub-publisher` from 1.4.1 to 1.21 - [Release notes](https://github.com/sakebook/actions-flutter-pub-publisher/releases) - [Changelog](https://github.com/sakebook/actions-flutter-pub-publisher/blob/master/CHANGELOG.md) - [Commits](https://github.com/sakebook/actions-flutter-pub-publisher/compare/ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1...150ed867828c76c47814ff8bcdfe936273ff7fd1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: sakebook/actions-flutter-pub-publisher dependency-version: '1.21' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze_and_test.yml | 10 +++++----- .github/workflows/distribute-reusable.yml | 2 +- .github/workflows/gitleaks-secrets-validate.yml | 2 +- .../workflows/manual-prepare_release_branch.yml | 4 ++-- .github/workflows/pr-description-validate.yml | 2 +- .github/workflows/publish-dry-run.yml | 4 ++-- .github/workflows/publish-reusable.yml | 14 +++++++------- .github/workflows/release-version-check.yml | 4 ++-- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/analyze_and_test.yml b/.github/workflows/analyze_and_test.yml index 090211a..72d5535 100644 --- a/.github/workflows/analyze_and_test.yml +++ b/.github/workflows/analyze_and_test.yml @@ -24,7 +24,7 @@ jobs: name: platform_interface running analyze and tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.branch || github.head_ref }} - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0 @@ -41,7 +41,7 @@ jobs: name: android_component running analyze and tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.branch || github.head_ref }} - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0 @@ -61,7 +61,7 @@ jobs: name: ios_component running analyze and tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.branch || github.head_ref }} - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0 @@ -81,7 +81,7 @@ jobs: name: example running analyze runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.branch || github.head_ref }} - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0 @@ -95,7 +95,7 @@ jobs: name: plugin running analyze and tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.branch || github.head_ref }} - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0 diff --git a/.github/workflows/distribute-reusable.yml b/.github/workflows/distribute-reusable.yml index 4e24c1e..f8e9cfc 100644 --- a/.github/workflows/distribute-reusable.yml +++ b/.github/workflows/distribute-reusable.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.branch }} fetch-depth: 3 diff --git a/.github/workflows/gitleaks-secrets-validate.yml b/.github/workflows/gitleaks-secrets-validate.yml index 31312bc..b77c864 100644 --- a/.github/workflows/gitleaks-secrets-validate.yml +++ b/.github/workflows/gitleaks-secrets-validate.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/manual-prepare_release_branch.yml b/.github/workflows/manual-prepare_release_branch.yml index 20c6258..bbd5c4f 100644 --- a/.github/workflows/manual-prepare_release_branch.yml +++ b/.github/workflows/manual-prepare_release_branch.yml @@ -67,7 +67,7 @@ jobs: needs: validate-input steps: - name: Checkout minimal repo - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - name: Check source branch @@ -99,7 +99,7 @@ jobs: release_branch: ${{ steps.bump.outputs.release_branch }} steps: - name: Checkout source branch - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ github.event.inputs.source_branch }} fetch-depth: 0 diff --git a/.github/workflows/pr-description-validate.yml b/.github/workflows/pr-description-validate.yml index 8ff6af5..db2f2d2 100644 --- a/.github/workflows/pr-description-validate.yml +++ b/.github/workflows/pr-description-validate.yml @@ -16,7 +16,7 @@ jobs: issues: write steps: - name: Check out the repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Check PR description id: validate_description_step diff --git a/.github/workflows/publish-dry-run.yml b/.github/workflows/publish-dry-run.yml index 0757703..58f8d82 100644 --- a/.github/workflows/publish-dry-run.yml +++ b/.github/workflows/publish-dry-run.yml @@ -23,14 +23,14 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0 with: channel: stable - name: Dry run publish - uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1 + uses: sakebook/actions-flutter-pub-publisher@150ed867828c76c47814ff8bcdfe936273ff7fd1 # v1.21 with: package_directory: ${{ matrix.package }} credential: ${{ secrets.PUB_CREDENTIALS }} diff --git a/.github/workflows/publish-reusable.yml b/.github/workflows/publish-reusable.yml index 34ee134..aa4b6b8 100644 --- a/.github/workflows/publish-reusable.yml +++ b/.github/workflows/publish-reusable.yml @@ -30,7 +30,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 2 ref: ${{ inputs.branch }} @@ -49,7 +49,7 @@ jobs: run: | cd mindbox_platform_interface echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV" - - uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1 + - uses: sakebook/actions-flutter-pub-publisher@150ed867828c76c47814ff8bcdfe936273ff7fd1 # v1.21 if: steps.pubspec.outputs.changed == 0 with: package_directory: mindbox_platform_interface @@ -85,7 +85,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 2 ref: ${{ inputs.branch }} @@ -107,7 +107,7 @@ jobs: run: | cd "$PKG" echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV" - - uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1 + - uses: sakebook/actions-flutter-pub-publisher@150ed867828c76c47814ff8bcdfe936273ff7fd1 # v1.21 if: steps.pubspec.outputs.changed == 0 with: package_directory: ${{ matrix.package }} @@ -137,7 +137,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 2 ref: ${{ inputs.branch }} @@ -156,7 +156,7 @@ jobs: run: | cd mindbox echo "VERSION=$(awk '{if ($1 ~ /^version:/) print $2}' pubspec.yaml)" >> "$GITHUB_ENV" - - uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1 # v1.4.1 + - uses: sakebook/actions-flutter-pub-publisher@150ed867828c76c47814ff8bcdfe936273ff7fd1 # v1.21 if: steps.pubspec.outputs.changed == 0 with: package_directory: mindbox @@ -184,7 +184,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.PAT_FOR_TRIGGERING_BRANCH_PROTECTION }} steps: - name: Checkout develop branch - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: develop - name: Create Pull Request diff --git a/.github/workflows/release-version-check.yml b/.github/workflows/release-version-check.yml index 688a0c4..7693348 100644 --- a/.github/workflows/release-version-check.yml +++ b/.github/workflows/release-version-check.yml @@ -30,12 +30,12 @@ jobs: if: github.base_ref == 'master' && startsWith(github.head_ref, 'release/') steps: - name: Checkout master branch - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: master path: master - name: Checkout release branch - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ github.head_ref }} path: release