Skip to content

chore(ci): bump all workflow actions - #33

Merged
petruki merged 1 commit into
masterfrom
staging
Jul 19, 2026
Merged

chore(ci): bump all workflow actions#33
petruki merged 1 commit into
masterfrom
staging

Conversation

@petruki

@petruki petruki commented Jul 19, 2026

Copy link
Copy Markdown
Member

This pull request updates several GitHub Actions workflow files to use newer versions of actions and tools, ensuring compatibility and benefiting from the latest features and security updates. The main changes involve bumping the versions of Docker, Helm, Python, and other related actions in .github/workflows/lint-test.yaml, .github/workflows/pre-lint-test.yaml, and .github/workflows/release.yml.

Workflow action and tool version upgrades:

  • Upgraded docker/login-action from v3 to v4 in both lint-test.yaml and pre-lint-test.yaml for improved Docker authentication. [1] [2]
  • Updated actions/checkout from v4 to v7 across all workflow files for the latest source code checkout features and fixes. [1] [2] [3]
  • Upgraded azure/setup-helm from v4.3.0 to v5.0.1 and Helm version from v3.13.3 to v3.18.4 for newer Helm support. [1] [2] [3]
  • Updated actions/setup-python from v5 to v6 and default Python version from 3.13 to 3.14 for newer Python support. [1] [2] [3]
  • Bumped helm/chart-testing-action from v2.7.0 to v2.8.0 and helm/kind-action from v1.12.0 to v1.14.0 for improved chart testing and Kubernetes cluster setup in CI. [1] [2] [3]

These updates help keep the CI workflows secure, up-to-date, and compatible with the latest upstream changes.

@petruki petruki self-assigned this Jul 19, 2026
@petruki
petruki merged commit 94b484d into master Jul 19, 2026
2 checks passed
@petruki
petruki deleted the staging branch July 19, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant