fix(deps): update k8s.io/utils digest to 1f6e0b7 #1408
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This action requires that any PR should touch at | |
# least one CHANGELOG file. | |
name: changelog | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, labeled, unlabeled] | |
jobs: | |
check-changelog: | |
uses: newrelic/k8s-agents-automation/.github/workflows/reusable-changelog.yml@main |