Skip to content

Commit 77a4f7c

Browse files
chore(deps): update actions/configure-pages action to v3 (#207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 28b764e commit 77a4f7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/GHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
export NODE_OPTIONS=--openssl-legacy-provider
3636
npm run docs:build
3737
- name: Setup Pages
38-
uses: actions/configure-pages@v2
38+
uses: actions/configure-pages@v3
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v1
4141
with:

tools/lib/eslint-compat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ function getESLintClassForV6(): typeof eslint.ESLint {
8181

8282
// eslint-disable-next-line @typescript-eslint/require-await -- ignore
8383
public static async outputFixes(
84-
...params: Parameters<typeof eslint.ESLint["outputFixes"]>
85-
): ReturnType<typeof eslint.ESLint["outputFixes"]> {
84+
...params: Parameters<(typeof eslint.ESLint)["outputFixes"]>
85+
): ReturnType<(typeof eslint.ESLint)["outputFixes"]> {
8686
return CLIEngine.outputFixes({
8787
results: params[0],
8888
} as any);

0 commit comments

Comments
 (0)