Skip to content

Commit 40783bd

Browse files
committed
Fix docs to reference @v2
1 parent 1cd00ec commit 40783bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# ... Initial setup of AWS Creds, etc.
1717
- name: CodeDeploy
18-
uses: byu-oit/github-action-codedeploy@v1
18+
uses: byu-oit/github-action-codedeploy@v2
1919
with:
2020
application-name: some-cd-app
2121
deployment-group-name: some-cd-group
@@ -49,7 +49,7 @@ jobs:
4949
run: terraform output codedeploy_appspec_json_file
5050

5151
- name: 'CodeDeploy'
52-
uses: byu-oit/github-action-codedeploy@v1
52+
uses: byu-oit/github-action-codedeploy@v2
5353
with:
5454
application-name: ${{ steps.cd-app-name.outputs.stdout }}
5555
deployment-group-name: ${{ steps.cd-group-name.outputs.stdout }}

0 commit comments

Comments
 (0)