Skip to content

chore: Bump actions/checkout from 3 to 4 #12

chore: Bump actions/checkout from 3 to 4

chore: Bump actions/checkout from 3 to 4 #12

Workflow file for this run

name: Generate Docs
on:
pull_request
permissions:
contents: read
jobs:
docs:
name: Generate Docs
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Generate Docs
uses: terraform-docs/gh-actions@v1.0.0