fix: Update CI workflow versions to latest

This commit is contained in:
Bryant Biggs 2025-10-19 15:07:46 -05:00
parent cd1895f3c0
commit 5094382eb2

View file

@ -118,8 +118,7 @@ jobs:
rmz -f /opt/hostedtoolcache/Ruby &
rmz -f /opt/hostedtoolcache/go &
if ${{ github.repository }} == 'terraform-aws-modules/terraform-aws-security-group';
then
if [[ ${{ github.repository }} == terraform-aws-modules/terraform-aws-security-group ]]; then
sudo rmz -f /usr/local/lib/android &
sudo rmz -f /usr/share/dotnet &
sudo rmz -f /usr/local/.ghcup &
@ -141,6 +140,11 @@ jobs:
id: minMax
uses: clowdhaus/terraform-min-max@v2.1.0
- name: Hide template dir
# Special to this repo, we don't want to check this dir
if: ${{ github.repository == 'terraform-aws-modules/terraform-aws-security-group' }}
run: rm -rf modules/_templates
- name: Pre-commit Terraform ${{ steps.minMax.outputs.maxVersion }}
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.14.0
with: