Skip to content

Commit

Permalink
Merge pull request #7074 from ministryofjustice/feature/7395-bump-nuk…
Browse files Browse the repository at this point in the history
…e-version

Bump AWS Nuke version to most recent
  • Loading branch information
dms1981 authored Jul 12, 2024
2 parents 945ce2f + 9a1d270 commit 60721ca
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 60721ca

Please sign in to comment.