diff --git a/.github/workflows/update-api-spec.yml b/.github/workflows/update-api-spec.yml index 44cd009..1254d8f 100644 --- a/.github/workflows/update-api-spec.yml +++ b/.github/workflows/update-api-spec.yml @@ -21,7 +21,7 @@ jobs: - working-directory: "./oxide-openapi-gen-ts" run: 'npm ci' - run: ./tools/gen.sh - - uses: EndBug/add-and-commit@v9 + - uses: EndBug/add-and-commit@v10 with: add: . message: "Autogenerate config update"