Skip to content

build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.4.1 to 1.4.2 #3355

build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.4.1 to 1.4.2

build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.4.1 to 1.4.2 #3355

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches:
- main
- v*
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
push:
branches:
- main
- v*
permissions:
contents: read
jobs:
go_test:
runs-on: ubuntu-latest
if: (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) || github.event_name == 'push'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make test-unit