[PR #8443] chore: Update outdated GitHub Actions versions #8354

Open
opened 2026-03-23 23:23:48 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/8443
Author: @pgoslatara
Created: 1/21/2026
Status: 🔄 Open

Base: mainHead: actup/update-actions-1768992561


📝 Commits (1)

  • a1e9738 chore: Update outdated GitHub Actions versions

📊 Changes

8 files changed (+24 additions, -24 deletions)

View changed files

📝 .github/workflows/commit_lint.yml (+1 -1)
📝 .github/workflows/docker_ci.yml (+2 -2)
📝 .github/workflows/flutter_ci.yaml (+9 -9)
📝 .github/workflows/ios_ci.yaml (+1 -1)
📝 .github/workflows/ninja_i18n.yml (+1 -1)
📝 .github/workflows/release.yml (+7 -7)
📝 .github/workflows/rust_ci.yaml (+2 -2)
📝 .github/workflows/rust_coverage.yml (+1 -1)

📄 Description


Feature Preview


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR addresses in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

Description

This PR updates outdated GitHub Action versions in the project's workflow files. The changes include:

  • Updating docker/build-push-action from v5 to v6 in .github/workflows/release.yml
  • Updating actions/checkout from v4 to v6 in multiple workflow files: .github/workflows/rust_ci.yaml, .github/workflows/ios_ci.yaml, .github/workflows/commit_lint.yml, .github/workflows/flutter_ci.yaml, .github/workflows/docker_ci.yml, .github/workflows/ninja_i18n.yml, .github/workflows/release.yml, .github/workflows/rust_coverage.yml

Tests

These changes will be tested in the CI pipeline of the pull request.

Summary by Sourcery

Update GitHub Actions workflows to use newer action versions for source checkout, artifact handling, and Docker builds.

Build:

  • Bump docker/build-push-action from v5 to v6 in release and Docker CI workflows.

CI:

  • Upgrade actions/checkout from v4 to v6 across Flutter, Rust, iOS, commit lint, i18n, coverage, and release workflows.
  • Update actions/download-artifact from v4 to v7 in Flutter CI workflows.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/8443 **Author:** [@pgoslatara](https://github.com/pgoslatara) **Created:** 1/21/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `actup/update-actions-1768992561` --- ### 📝 Commits (1) - [`a1e9738`](https://github.com/AppFlowy-IO/AppFlowy/commit/a1e973859a6356ba234acb3e7ad198874f37c954) chore: Update outdated GitHub Actions versions ### 📊 Changes **8 files changed** (+24 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/commit_lint.yml` (+1 -1) 📝 `.github/workflows/docker_ci.yml` (+2 -2) 📝 `.github/workflows/flutter_ci.yaml` (+9 -9) 📝 `.github/workflows/ios_ci.yaml` (+1 -1) 📝 `.github/workflows/ninja_i18n.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+7 -7) 📝 `.github/workflows/rust_ci.yaml` (+2 -2) 📝 `.github/workflows/rust_coverage.yml` (+1 -1) </details> ### 📄 Description --- <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> ### Feature Preview <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR addresses in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- ### Description This PR updates outdated GitHub Action versions in the project's workflow files. The changes include: - Updating `docker/build-push-action` from `v5` to `v6` in `.github/workflows/release.yml` - Updating `actions/checkout` from `v4` to `v6` in multiple workflow files: `.github/workflows/rust_ci.yaml`, `.github/workflows/ios_ci.yaml`, `.github/workflows/commit_lint.yml`, `.github/workflows/flutter_ci.yaml`, `.github/workflows/docker_ci.yml`, `.github/workflows/ninja_i18n.yml`, `.github/workflows/release.yml`, `.github/workflows/rust_coverage.yml` --- #### Tests These changes will be tested in the CI pipeline of the pull request. ## Summary by Sourcery Update GitHub Actions workflows to use newer action versions for source checkout, artifact handling, and Docker builds. Build: - Bump docker/build-push-action from v5 to v6 in release and Docker CI workflows. CI: - Upgrade actions/checkout from v4 to v6 across Flutter, Rust, iOS, commit lint, i18n, coverage, and release workflows. - Update actions/download-artifact from v4 to v7 in Flutter CI workflows. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#8354
No description provided.