Skip to content

ci: update action versions in workflows and action metadata#46

Merged
DariuszPorowski merged 2 commits intomainfrom
action-bump
Dec 9, 2025
Merged

ci: update action versions in workflows and action metadata#46
DariuszPorowski merged 2 commits intomainfrom
action-bump

Conversation

@DariuszPorowski
Copy link
Collaborator

💌 Description

This pull request updates several GitHub Actions dependencies to newer, more secure, and stable versions in both the .github/workflows/ci.yml and action.yml files. These upgrades help ensure compatibility with the latest features and bug fixes, and also improve the reliability of the CI/CD pipeline.

GitHub Actions version upgrades:

  • Updated actions/checkout to use a specific commit for version v6.0.1 in both the main and matrix jobs in .github/workflows/ci.yml. [1] [2]
  • Updated raven-actions/debug to use a specific commit for version v1.2.0 in .github/workflows/ci.yml.

Improvements in action.yml:

  • Upgraded actions/github-script from version v7 to v8 (specific commit) for multiple steps, including setting the environment, downloading tools, installing dependencies, and running tools. [1] [2] [3] [4]
  • Updated actions/cache to use a specific commit for version v4.3.0 in the cache setup step.

🔗 Related issue

Fixes: #

📚 Type of change

  • 📝 Examples / docs / tutorials
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🚨 Security fix
  • ⬆️ Dependencies update

✔️ Checklist

@DariuszPorowski DariuszPorowski requested a review from a team as a code owner December 9, 2025 07:07
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
… configuration

Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
@DariuszPorowski DariuszPorowski merged commit 963d477 into main Dec 9, 2025
1 check failed
@DariuszPorowski DariuszPorowski deleted the action-bump branch December 9, 2025 07:11
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