Skip to content

Commit

Permalink
bumped AWS Nuke version to most recent
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Jul 12, 2024
1 parent 2561558 commit 9a1d270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/awsnuke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
chmod +x $HOME/bin/aws-nuke
echo "END: Install AWS Nuke"
env:
AWS_NUKE_VERSION: v2.19.0
AWS_NUKE_VERSION: v2.25.0
- name: Nuke Plan (Dry Run)
run: |
aws sts assume-role --role-arn "arn:aws:iam::${ACCOUNT_NUMBER}:role/MemberInfrastructureAccess" --role-session-name githubactionsgotestrolesession > creds
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
chmod +x $HOME/bin/aws-nuke
echo "END: Install AWS Nuke"
env:
AWS_NUKE_VERSION: v2.19.0
AWS_NUKE_VERSION: v2.25.0
- name: Nuke Plan (Dry Run)
run: |
aws sts assume-role --role-arn "arn:aws:iam::${ACCOUNT_NUMBER}:role/MemberInfrastructureAccess" --role-session-name githubactionsgotestrolesession > creds
Expand Down

0 comments on commit 9a1d270

Please sign in to comment.