Skip to content

Commit af5129f

Browse files
⬆️ Upgrade hashicorp/setup-copywrite digest to 35bbefc (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0373b81 commit af5129f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_autofixes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Setup Copywrite
4747
if: steps.check-target.outputs.should_run == 'true'
48-
uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035
48+
uses: hashicorp/setup-copywrite@35bbefc790cb4330693c5786bcbf80eeb64af13b
4949

5050
- name: Install dependencies
5151
if: steps.check-target.outputs.should_run == 'true'

.github/workflows/quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Checkout repository
4646
uses: actions/checkout@v5
4747
- name: Setup Copywrite
48-
uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035
48+
uses: hashicorp/setup-copywrite@35bbefc790cb4330693c5786bcbf80eeb64af13b
4949
- name: Check Header Compliance
5050
run: copywrite headers --plan --config .copywrite.hcl

0 commit comments

Comments
 (0)