From 9a4ce1429ca987eb6da21e94ff2da4f2116b64e3 Mon Sep 17 00:00:00 2001 From: oakbrad Date: Tue, 4 Jun 2024 17:16:31 -0700 Subject: [PATCH] #24 Use more up to date action --- .github/workflows/validate-brew-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-brew-json.yml b/.github/workflows/validate-brew-json.yml index 95448ba..a85730b 100644 --- a/.github/workflows/validate-brew-json.yml +++ b/.github/workflows/validate-brew-json.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Validate JSON - uses: docker://orrosenblatt/validate-json-action:latest + uses: docker://ScratchAddons/validate-json-action@master env: INPUT_SCHEMA: /.github/homebrew-schema.json INPUT_JSONS: /5etools-homebrew/Dungeon Church; Pyora.json \ No newline at end of file