mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-18 00:41:13 +00:00
fix: Update CI workflow versions to latest
This commit is contained in:
parent
cd1895f3c0
commit
5094382eb2
1 changed files with 6 additions and 2 deletions
8
.github/workflows/pre-commit.yml
vendored
8
.github/workflows/pre-commit.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue