Skip to content

Commit 1ecdc2a

Browse files
committed
fix: use the correct version
Dependabot doesn't work quite right for `grafana/shared-workflows` sadly
1 parent 4fcdc08 commit 1ecdc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535

3636
- name: lint PR title / commit message
3737
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
38-
uses: grafana/shared-workflows/actions/lint-pr-title@402975d84dd3fac9ba690f994f412d0ee2f51cf4 # lint-pr-title-v1.0.0
38+
uses: grafana/shared-workflows/actions/lint-pr-title@402975d84dd3fac9ba690f994f412d0ee2f51cf4 # lint-pr-title-v1.1.1

0 commit comments

Comments
 (0)