Skip to content

Commit f8d7d5e

Browse files
⬆️ Upgrade hashicorp/setup-copywrite digest to 32638da (#138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 852c1ee commit f8d7d5e

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
@@ -25,7 +25,7 @@ jobs:
2525
cache: true
2626

2727
- name: Setup Copywrite
28-
uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035 # v1.1.3
28+
uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
2929

3030
- name: Install dependencies
3131
run: pdm install -d

.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 # v1.1.3
48+
uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
4949
- name: Check Header Compliance
5050
run: copywrite headers --plan --config .copywrite.hcl

0 commit comments

Comments
 (0)