Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

gh-action-awscdk-projen-version-bump

Get latest AWS CDK release and update projen docker actions

This action gets the latest AWS CDK release version for a given major version of the AWS CDK and then updates the projects projen configuration to use this new version.

Inputs

major-version

Required The major version to get releases for.

ref

Required The target branch to run this action against.

node-version

Optional The version of node to set up. Defaults to 14.18.0

Outputs

build_conclusion

success or failure for the build after upgrade

patch_created

true if changes were made and a patch was created

previous_version

The version of AWS CDK the projen file contained before this action was run.

new_version

The version of AWS CDK the upgrade script changes the projen file to during this action.

patch_name

The name of the patch created if a patch is created.

Always .repo.patch

Example usage

uses: renovosolutions/gh-action-awscdk-projen-version-bump@v2
with:
  major-version: 2

Notes

Be sure to run something like shellcheck on the script when making changes.

About

GitHub action that upgrades target AWS CDK version within Projen

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages