Skip to content

Commit a1cc8d4

Browse files
authored
Merge pull request #17 from grails-samples/upgrade-deploy-action
Upgrade beanstalk-deploy to v16
2 parents b6d9436 + 9fbb91c commit a1cc8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "::set-output name=app_version::$app_version"
3939
4040
- name: Beanstalk deploy
41-
uses: einaregilsson/beanstalk-deploy@v10
41+
uses: einaregilsson/beanstalk-deploy@v16
4242
with:
4343
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
4444
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)