Skip to content

chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 #47

chore(deps): bump actions/checkout from 6.0.1 to 6.0.2

chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 #47

Workflow file for this run

name: CI
on: pull_request
jobs:
terraform:
name: Terraform
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: straw-hat-team/github-actions-workflows/asdf/get-version@v1.7.8
id: opentofu-version
with:
plugin-name: opentofu
- uses: opentofu/setup-opentofu@v1.0.7
with:
tofu_version: ${{ steps.opentofu-version.outputs.plugin-version }}
tofu_wrapper: true
- name: tofu fmt
run: tofu fmt -check -recursive -diff