Skip to content

Commit f89e0a7

Browse files
committed
update repolinter
Signed-off-by: Nitish kumar <[email protected]>
1 parent 721ca8b commit f89e0a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/quic-organization-repolinter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ name: QuIC Organization Repolinter
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "hexagon" ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "hexagon" ]
88
workflow_dispatch:
99

1010
jobs:
1111
repolinter:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Repo
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: Verify repolinter config file is present
1717
id: check_files
18-
uses: andstor/file-existence-action@v1
18+
uses: andstor/file-existence-action@v3
1919
with:
2020
files: "repolint.json"
2121
- name: Run Repolinter with local repolint.json

0 commit comments

Comments
 (0)