Skip to content

chore: Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 #1940

chore: Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0

chore: Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 #1940

name: Check changelog entry file
on:
pull_request:
types: [opened, reopened, synchronize, edited, labeled, unlabeled]
jobs:
check:
env:
PR_TITLE: ${{ github.event.pull_request.title }}
PR_NUMBER: ${{ github.event.pull_request.number }}
PR_LABELS: ${{ toJson(github.event.pull_request.labels.*.name) }}
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version-file: 'go.mod'
- run: make check-changelog-entry-file