Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 20:13
c52520f
Update actions/setup-node action to v4 @renovate (#24)

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v3 -> v4

Release Notes

actions/setup-node (actions/setup-node)

v4

Compare Source


Update cloudposse/actions action to v0.33.0 @renovate (#5)

This PR contains the following updates:

Package Type Update Change
cloudposse/actions action minor 0.30.0 -> 0.33.0

Release Notes

cloudposse/actions (cloudposse/actions)

v0.33.0

Compare Source

v0.32.0: 0.32.0 Update cloned actions

Compare Source

What's Changed

New Contributors

Full Changelog: cloudposse/actions@0.31.0...0.32.0

v0.31.0: Update Alpine-based actions to Alpine 3.16

Compare Source

What's Changed

Full Changelog: cloudposse/actions@0.30.0...0.31.0


Update aws-actions/configure-aws-credentials action to v4 @renovate (#22)

This PR contains the following updates:

Package Type Update Change
aws-actions/configure-aws-credentials action major v2.2.0 -> v4.0.2

Release Notes

aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)

v4.0.2

Compare Source

See the changelog for details about the changes included in this release.

v4.0.1

Compare Source

See the changelog for details about the changes included in this release.

v4.0.0

Compare Source

See the changelog for details about the changes included in this release.

v3.0.2

Compare Source

See the changelog for details about the changes included in this release.

v3.0.1

Compare Source

See the changelog for details about the changes included in this release.

v3.0.0

Compare Source

See the changelog for details about the changes included in this release.


Update hashicorp/setup-terraform action to v3 @renovate (#25)

This PR contains the following updates:

Package Type Update Change
hashicorp/setup-terraform action major v2 -> v3

Release Notes

hashicorp/setup-terraform (hashicorp/setup-terraform)

v3

Compare Source


Update jaxxstorm/action-install-gh-release action to v1.11.0 @renovate (#38)

This PR contains the following updates:

Package Type Update Change
jaxxstorm/action-install-gh-release action minor v1.10.0 -> v1.11.0

Release Notes

jaxxstorm/action-install-gh-release (jaxxstorm/action-install-gh-release)

v1.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: jaxxstorm/action-install-gh-release@v1...v1.11.0


Update cloudposse/github-action-setup-atmos action to v2 @renovate (#43)

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-setup-atmos action major v1 -> v2

Release Notes

cloudposse/github-action-setup-atmos (cloudposse/github-action-setup-atmos)

v2

Compare Source


Update actions/checkout action to v4 @renovate (#20)

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4
actions/checkout action major v2 -> v4

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source


fix: Allow failure on Errors @milldr (#42)

what

  • Removed continue-on-error: true

why

  • The action should fail when this job fails. The error we do want to continue past is already handled by set +e / set -e

references