From 0f8dadaf60faec9b81e90ab42415e0cbb536ffe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 19:22:45 +0000 Subject: [PATCH] Bump badsyntax/github-action-aws-cloudfront from 0.0.3 to 1.0.0 Bumps [badsyntax/github-action-aws-cloudfront](https://github.com/badsyntax/github-action-aws-cloudfront) from 0.0.3 to 1.0.0. - [Release notes](https://github.com/badsyntax/github-action-aws-cloudfront/releases) - [Commits](https://github.com/badsyntax/github-action-aws-cloudfront/compare/v0.0.3...v1.0.0) --- updated-dependencies: - dependency-name: badsyntax/github-action-aws-cloudfront dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9ea496e..859796c 100644 --- a/action.yml +++ b/action.yml @@ -126,7 +126,7 @@ runs: : '${{ steps.update-stack.outputs.CFDistributionRootId }}'; core.setOutput('distribution-id', distributionId); - - uses: badsyntax/github-action-aws-cloudfront@v0.0.3 + - uses: badsyntax/github-action-aws-cloudfront@v1.0.0 name: Invalidate CloudFront Cache id: invalidate-cloudfront-cache if: github.event_name != 'pull_request' || github.event.action != 'closed'