From 7687d936e6625fbe4c06a4f06d1b2aee26b9dc20 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Thu, 28 Sep 2023 18:17:11 +0200 Subject: [PATCH] fix: unpin version of copywrite `0.16.6` has been released which fixes the problem why we pinned this version in #3150 --- .github/workflows/pr-copyright.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr-copyright.yml b/.github/workflows/pr-copyright.yml index 1ef423ec10..989da1f164 100644 --- a/.github/workflows/pr-copyright.yml +++ b/.github/workflows/pr-copyright.yml @@ -28,8 +28,6 @@ jobs: git config user.email "110428419+hashicorp-copywrite[bot]@users.noreply.github.com" - name: Setup Copywrite tool uses: hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2 - with: - version: v0.16.4 # pinned as there's a bug causing 0.16.5 to have a different binary name which can't be loaded - name: Add headers using Copywrite tool run: copywrite headers - name: Check if there are any changes