Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Update actions/checkout action to v4 #53

Update actions/checkout action to v4

Update actions/checkout action to v4 #53

Workflow file for this run

name: terraform
on:
push:
branches:
- master
pull_request:
paths:
- .github/workflows/terraform.yaml
- '**/*.tf'
- '**/.terraform.*'
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: hashicorp/setup-terraform@v2
- run: make
- uses: int128/update-generated-files-action@v2
docs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: terraform-docs/gh-actions@v1
- uses: int128/update-generated-files-action@v2