Skip to content

Update dependency opentofu/opentofu to v1.8.6 #437

Update dependency opentofu/opentofu to v1.8.6

Update dependency opentofu/opentofu to v1.8.6 #437

Workflow file for this run

name: Snapshot
on:
push:
branches:
- "**"
paths-ignore:
- .editorconfig
- .gitignore
- .markdownlint.yaml
- .trunk/**
- LICENSE
- README.md
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
build:
name: Build
permissions:
id-token: write
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch Git tags
run: git fetch --force --tags
- uses: jdx/mise-action@v2
- name: Test binary
run: |
terraform version
tofu version
make test