From 97f4dedd2dbd69887e04f107653c7edabb2b636f Mon Sep 17 00:00:00 2001 From: Joe Vusich Date: Thu, 29 Jul 2021 17:17:05 -0700 Subject: [PATCH] docs: use v1 tracking tag in README examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd65e10..06c8237 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ the only CodeBuild Run input you need to provide is the project name. aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Run CodeBuild - uses: aws-actions/aws-codebuild-run-build@v1.0.3 + uses: aws-actions/aws-codebuild-run-build@v1 with: project-name: CodeBuildProjectName ``` @@ -158,7 +158,7 @@ this will overwrite them. aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - name: Run CodeBuild - uses: aws-actions/aws-codebuild-run-build@v1.0.3 + uses: aws-actions/aws-codebuild-run-build@v1 with: project-name: CodeBuildProjectName buildspec-override: path/to/buildspec.yaml