From dea0cc9bafce6e2c5ec3d948dc2a520e934d935c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 19:35:00 +0000 Subject: [PATCH] Bump badsyntax/github-action-aws-s3 from 0.0.10 to 1.0.1 Bumps [badsyntax/github-action-aws-s3](https://github.com/badsyntax/github-action-aws-s3) from 0.0.10 to 1.0.1. - [Release notes](https://github.com/badsyntax/github-action-aws-s3/releases) - [Commits](https://github.com/badsyntax/github-action-aws-s3/compare/v0.0.10...v1.0.1) --- updated-dependencies: - dependency-name: badsyntax/github-action-aws-s3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 9ea496e..919bf50 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ runs: LambdaVersion=${{ inputs.lambda-version }}& StackName=${{ inputs.cf-stack-name }} - - uses: badsyntax/github-action-aws-s3@v0.0.10 + - uses: badsyntax/github-action-aws-s3@v1.0.1 name: Sync mutable HTML files to S3 id: sync-html-s3 if: github.event_name != 'pull_request' || github.event.action != 'closed' @@ -102,7 +102,7 @@ runs: strip-extension-glob: '**/**.html' cache-control: 'public,max-age=0,s-maxage=31536000,must-revalidate' - - uses: badsyntax/github-action-aws-s3@v0.0.10 + - uses: badsyntax/github-action-aws-s3@v1.0.1 name: Sync immutable files to S3 id: sync-immutable-s3 if: github.event_name != 'pull_request' || github.event.action != 'closed' @@ -155,7 +155,7 @@ runs: "previewBranch": "${{ steps.vars.outputs.preview-branch }}" } - - uses: badsyntax/github-action-aws-s3@v0.0.10 + - uses: badsyntax/github-action-aws-s3@v1.0.1 name: Delete Preview Files in S3 id: delete-preview-files if: github.event_name == 'pull_request' && github.event.action == 'closed' && inputs.delete-preview-site-on-pr-close == 'true'