Skip to content

Commit

Permalink
fix: unpin version of copywrite
Browse files Browse the repository at this point in the history
`0.16.6` has been released which fixes the problem why we pinned this version in #3150
  • Loading branch information
ansgarm committed Sep 29, 2023
1 parent 3d3ae7a commit 7687d93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr-copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7687d93

Please sign in to comment.