mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-24 10:53:12 -04:00
[PR #112] [MERGED] Upgrade GitHub Actions to latest versions #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/112
Author: @salmanmkc
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/21/2026
Merged by: @asdek
Base:
master← Head:upgrade-github-actions-node24-general📝 Commits (1)
acd189cUpgrade GitHub Actions to latest versions📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -2)📄 Description
Summary
Upgrade GitHub Actions to their latest versions for improved features, bug fixes, and security updates.
Changes
docker/build-push-actionv5v6golangci/golangci-lint-actionv3v9Why upgrade?
Keeping GitHub Actions up to date ensures:
⚠️ Breaking Changes
skip-pkg-cachewas removed — if your workflow uses it, the step may failskip-build-cachewas removed — if your workflow uses it, the step may failskip-build-cachewas removed in the new version and has been cleaned up from the workflowskip-pkg-cachewas removed in the new version and has been cleaned up from the workflowSecurity Note
Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references.
Testing
These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.