diff --git a/README.md b/README.md index ac39916..377ea8f 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: dprint/check@v1.5 + - uses: dprint/check@v1.6 ``` diff --git a/action.yml b/action.yml index d5fb01f..bfc7684 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ runs: - name: Install dprint shell: bash run: | - curl -fsSL https://dprint.dev/install.sh | sh -s 0.15.0 > /dev/null 2>&1 + curl -fsSL https://dprint.dev/install.sh | sh -s 0.17.0 > /dev/null 2>&1 echo "/home/runner/.dprint/bin" >> $GITHUB_PATH - name: Check formatting shell: bash diff --git a/dprint.json b/dprint.json index 51e2851..0497b09 100644 --- a/dprint.json +++ b/dprint.json @@ -3,7 +3,7 @@ "incremental": true, "includes": ["**/*.{md,json}"], "plugins": [ - "https://plugins.dprint.dev/json-0.12.0.wasm", - "https://plugins.dprint.dev/markdown-0.8.0.wasm" + "https://plugins.dprint.dev/json-0.13.0.wasm", + "https://plugins.dprint.dev/markdown-0.10.0.wasm" ] }