Skip to content

Commit 088cebc

Browse files
committed
Update workflow version
1 parent 5b7093c commit 088cebc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
ci:
10-
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
10+
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v2
1111
with:
1212
# disable auto detection of JS tests (remove if any JS tests are added)
1313
js: false

src/Service/Results/Suggestions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,4 @@ public function jsonSerialize(): array
9898
];
9999
}
100100

101-
102101
}

0 commit comments

Comments
 (0)