Skip to content

Commit

Permalink
Merge pull request #34 from badsyntax/dependabot/github_actions/badsy…
Browse files Browse the repository at this point in the history
…ntax/github-action-aws-s3-1.0.0

Bump badsyntax/github-action-aws-s3 from 0.0.11 to 1.0.0
  • Loading branch information
badsyntax authored Jan 13, 2022
2 parents 5a34332 + 29e4000 commit 88f724e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CloudFrontRootHosts=cloudfront-action.richardwillis.info&
CertificateARN=arn:aws:acm:us-east-1:008215002370:certificate/cfb34309-b9bb-4f63-9af3-51026b8107d6
- uses: badsyntax/github-action-aws-s3@v0.0.11
- uses: badsyntax/github-action-aws-s3@v1.0.0
name: Sync mutable HTML files to S3
id: sync-html-s3
with:
Expand All @@ -55,7 +55,7 @@ jobs:
strip-extension-glob: '**/**.html'
cache-control: 'public,max-age=0,s-maxage=31536000,must-revalidate'

- uses: badsyntax/github-action-aws-s3@v0.0.11
- uses: badsyntax/github-action-aws-s3@v1.0.0
name: Sync immutable files to S3
id: sync-immutable-s3
with:
Expand Down

0 comments on commit 88f724e

Please sign in to comment.