Closed NiceAesth closed 6 months ago
The recent updates across various GitHub workflow files primarily focus on upgrading the versions of actions used in CI/CD processes. These enhancements ensure compatibility with the latest tools and improve the reliability and efficiency of automated workflows, including Docker image creation, deployment, and code linting.
File Path | Change Summary |
---|---|
.github/workflows/.../deploy-stack.yml |
Updated joelwmale/webhook-action from 2.3.2 to 2.4.1 . |
.github/workflows/.../docker-image.yml |
Updated multiple Docker-related actions to their newer versions. |
.github/workflows/.../lint.yml |
Updated actions/setup-node and actions/cache to newer versions for better Node.js environment setup and dependency caching. |
🐇💻✨
In the land of code and might,
Updates spring forth into the night.
Actions fresh, workflows gleam,
A rabbit's dream within a stream.
Hop, skip, deploy, all so bright!
🌟🚀🌙
.github/workflows/deploy-stack.yml (1)
`12-12`: Updated `joelwmale/webhook-action` to `2.4.1` correctly..github/workflows/lint.yml (2)
`25-25`: Updated `actions/setup-node` to `v4` correctly. --- `40-40`: Updated `actions/cache` to `v4` correctly..github/workflows/docker-image.yml (5)
`27-27`: Updated `actions/checkout` to `v4` correctly. --- `31-31`: Updated `docker/metadata-action` to `v5` correctly for both client and server configurations. Also applies to: 74-74 --- `41-43`: Updated `docker/setup-qemu-action` to `v3` correctly. --- `46-46`: Updated `docker/setup-buildx-action` to `v3` correctly. --- `49-49`: Updated `docker/login-action` to `v3` correctly.
lgtm!
deprecation bullcrap etc
Summary by CodeRabbit