Skip to content

Conversation

@KongZ
Copy link
Owner

@KongZ KongZ commented Jun 17, 2025

What this PR does / why we need it

Update GH actions to the latest version

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes #

Special notes for your reviewer

Checklist

  • DCO signed
  • Chart Version bumped

@KongZ KongZ requested a review from Copilot June 17, 2025 08:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates various GitHub Actions workflows to the latest available versions to improve build consistency and take advantage of new features.

  • Upgrades the checkout actions from v2/v3 to v4.
  • Updates helm-related actions and versions in release and chart-testing workflows.
  • Revises the Python setup action and linter action to use their latest versions.

Reviewed Changes

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

File Description
.github/workflows/sync-readme.yaml Upgraded checkout action from v2 to v4.
.github/workflows/release.yaml Updated checkout, setup-helm, and chart-releaser action versions.
.github/workflows/linter.yml Updated checkout and super-linter action versions.
.github/workflows/chart-testing.yaml Upgraded checkout, setup-helm (and Helm version), setup-python, and chart-testing action versions.
Comments suppressed due to low confidence (2)

.github/workflows/chart-testing.yaml:18

  • Ensure that the updated Helm version (v3.13.3) aligns with your charts' requirements and does not introduce unforeseen compatibility issues.
version: v3.13.3

.github/workflows/chart-testing.yaml:29

  • Verify that actions/setup-python@v5 fully supports Python version '3.13' and that any changes in behavior are reflected in your workflow logic.
python-version: '3.13'

@KongZ KongZ merged commit 48aa28b into main Jun 17, 2025
2 checks passed
@KongZ KongZ deleted the update-gh-action branch June 17, 2025 09:04
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.

2 participants