Skip to content

deps(deps): bump the github-actions group with 2 updates#204

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/github-actions-78752f2aea
Closed

deps(deps): bump the github-actions group with 2 updates#204
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/github-actions-78752f2aea

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 2 updates: actions/checkout and sakebook/actions-flutter-pub-publisher.

Updates actions/checkout from 6.0.3 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates sakebook/actions-flutter-pub-publisher from 1.4.1 to 1.21

Commits
  • c90030e Fix entrypoint.sh
  • b363d86 Merge pull request #10 from leoafarias/patch-2
  • de2fcf2 Update entrypoint.sh
  • de9a73f Merge pull request #9 from leoafarias/patch-1
  • 3dd2a42 Added conditional for tests for dart packages
  • d5d8197 Added instructions where to get credentials
  • a153534 Merge pull request #7 from sakebook/release/1.2.0
  • 4ac827b Add CHANGELOG
  • d4c1744 Merge pull request #6 from Fox32/master
  • 56d84c3 Add package_directory parameter
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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](actions/checkout@df4cb1c...9c091bb)

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](sakebook/actions-flutter-pub-publisher@ccd9fbb...150ed86)

---
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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 22, 2026
@justSmK justSmK requested a review from Copilot June 22, 2026 06:26
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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Несуществующая версия

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Существующая, но старая
https://github.com/sakebook/actions-flutter-pub-publisher/tags
image

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates pinned GitHub Actions used across the repository’s CI/CD workflows, primarily to keep actions/checkout and sakebook/actions-flutter-pub-publisher up to date.

Changes:

  • Bump actions/checkout from v6.0.3 to v7.0.0 (pinned commit SHA) across multiple workflows.
  • Bump sakebook/actions-flutter-pub-publisher from v1.4.1 to v1.21 (pinned commit SHA) in publish and dry-run workflows.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/release-version-check.yml Updates checkout action to v7 for comparing master vs release versions.
.github/workflows/publish-reusable.yml Updates checkout to v7 and pub publisher action to v1.21 for publishing + merge automation.
.github/workflows/publish-dry-run.yml Updates checkout to v7 and pub publisher action to v1.21 for dry-run publishing.
.github/workflows/pr-description-validate.yml Updates checkout to v7 for PR description validation workflow.
.github/workflows/manual-prepare_release_branch.yml Updates checkout to v7 for the manual release prep workflow.
.github/workflows/gitleaks-secrets-validate.yml Updates checkout to v7 for gitleaks scanning workflow.
.github/workflows/distribute-reusable.yml Updates checkout to v7 for the GitLab trigger/distribution workflow.
.github/workflows/analyze_and_test.yml Updates checkout to v7 for analysis and test workflows.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@justSmK justSmK closed this Jun 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/github_actions/github-actions-78752f2aea branch June 22, 2026 06:57
@justSmK

justSmK commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Обновим релизный флоу и перейдем на более контролируемый и актуальный инструмент

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants